perl-DateTime-debugsource-0.66-2.pm.25.1>  HLk|M$ Eg0#&t`Gsi2>`4sPI`1X| @8"<_g"F,L?F6O>AwSb=!/#bEu O] vgm&*Fǡ8~EtB*%<,apkQYG"Ḥo1ո0x5uZۆ0V9_d{e G"~+ ^ 0=l~Zյm: *_z,y2tBY@ ڰAz=.t-:-Tedl(4a &W[{ܝXti^E(`*ȦcX J&aeeRI] kiZ&WGZ8NU{DuUZ+X=G/\ #jHl"TLn$",{AlhB^ج-YJҰ`@c+ڪA.8?;l駗c6a6d7026ea397c892039f5ae73fb1fe16be83d38ωM$ EgfMLxr(2c#*uQjW^1%ȋbSnI&mb_ keLqΠ;̥?)| %9#.!~r6"b {,aϛ9}yAZՠNaRB; U8TOב4#Zp^K:.܉Fqpp *& |2~ν2i kȹm/. lWDI%:"3fy3t>KY&H, 2<&K* T,IXF JK8Aq^ythq>桟155;"g)iu} PV."ˮOg.nU Jg/W`-6Ug+8m5'?'d! + S +IV m    $ (8L`1(G8P 9 : F%G%H%I%X%Y%\%]& ^&5b&c' d'de'if'nl'pz'Cperl-DateTime-debugsource0.662.pm.25.1Debug sources for package perl-DateTimeThis package provides debug sources for package perl-DateTime. Debug sources are useful when developing applications that use this package or when debugging this package.Mr}baldersVMultimedia / openSUSE_11.2http://packman.links2linux.deArtistic 2.0packman@links2linux.deDevelopment/Debughttp://search.cpan.org/dist/DateTime/linuxi5867AA큤Mr{Mr{MryL664037bcd33fcf749842ea0a0966c6845370ca07c02ddeedfe4b7f3b820f305erootrootrootrootrootrootrootrootperl-DateTime-0.66-2.pm.25.1.src.rpmperl-DateTime-debugsourceperl-DateTime-debugsource(x86-32)   rpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.7.1MlM_L8L[@L{LX@L5L-KKJjJ> HE2@pascal.bleser@opensuse.orgchris@computersalat.decoolo@novell.comanicka@suse.czanicka@suse.czchris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.depascal.bleser@opensuse.org- disable tests on < 11.3, perl too old- update to 0.66 - A bunch of documentation cleanup. No code changes. - recreated by cpanspec 1.78.03 - add Build patch (<= 1120)- switch to perl_requires macro- update to 0.65 * All the constructors besides new() ended up calling new(), which meant that these constructors went through the parameter validation code twice. Avoiding this should make everything that constructs a new object (besides new() itself) a little faster. * The t/39no-so.t test failed for some people. I can't reproduce it, but this release will hopefully fix the problem. Patch by Tokuhiro Matsuno. RT [#62061]. * Added a section on the DateTime Project ecosystem to the docs. Addresses RT [#60930]. * Fixed wiki links in the docs now that the wiki has moved to a new wiki platform. * Restored some of the dzil-ification. The repo now has a very minimal Build.PL file which is just enough to build the XS code and run the tests. This fixes the total lack of prereqs in the META.* files. Reported by Bjørn-Olav. RT #62427.- update to 0.63 * Don't try to test with DateTime::Format::Strptime unless we have a relatively recent version. Should fix some test failures.- update to 0.61 - Switching to dzil in 0.56 broke the --pp flag for the Build.PL. Reported by Jonathan Noack. RT #59421. - changed bcond_with test -> pod- update to 0.60 - By default, Dist::Zilla generates a Build.PL that requires Module::Build 0.3601+, but this distro really doesn't need any particular version. - hence removed MB patch- update to 0.59 - More packaging fixes. This release makes sure that POD only shows up in the right files. In 0.56 through 0.58, some POD in the wrong place confused the search.cpan.org POD display code, and the main module's documentation wasn't viewable. - 0.58 2010-06-28 - Versions 0.56 and 0.57 did not build XS properly when installing. - 0.57 2010-06-26 - Make DateTime::LeapSecond have the same $VERSION as every other .pm file. - 0.56 2010-06-26 - The set_formatter() method did not return the DateTime object, and did not actually validate the value provided for the formatter. Based on a patch by Andrew Whatson. RT #58506. - Improved docs on floating time zone. Based on suggestions by Michael Svoboda. RT #56389. - Added mention of end-of-month algorithms to docs on DateTime math. Based on a patch by Michael R. Davis. RT #58533. - License is now Artistic 2.0. - added MB patch o Author Requires Module::Build >= 0.3601 but 1120 does not provide it, and builds just fine with Module::Build 0.280801- update to 0.55 - Get all tests passing on 5.6.2. Thanks to Zefram for help spotting the problems. - Moved code to my hg repo at http://hg.urth.org/hg/DateTime.pm. - 0.54 2010-03-14 - Bumped the DateTime::TimeZone prereq to 1.09 to force people to use a modern version. Previously the minimum version was 0.59, and there have been a lot of bug fixes since then. - String overloading now extends to string comparison, so a DateTime object can be compared to any string. In other words if ( $dt eq $string ) { ... } will simply stringify $dt and then do a normal string-is-equals check. Previously, this would blow up unless both operands were a DateTime object. Note that future versions of Test::More (0.95_01+) will no longer stringify arguments to is(), which means that older versions of DateTime may cause new test failures when you upgrade Test::More. It is highly recommended that you upgrade DateTime before upgrading to Test::More 0.95_01+. Patch by Michael Schwern. RT #55453. - Allow passing end_of_month setting to $duration->inverse(). Requested by John Siracusa. RT #53985. - fixed deps - perl-macros < 1120 - perl(Test::Exception) - perl(Test::More) >= 0.88 - perl(DateTime::TimeZone) >= 1.09 - split package to DateTime_0_53 for suse_version < 1120- update to 0.53 - Added Test::Exception to build_requires. - 0.52 2009-12-05 - Numeric to ->new() are now all validated to make sure they are integers. Previously, things like "month => 11.2" would have been allowed. Based on a bug report from Max Kanat-Alexandar. RT #45767. - Added a warning to the docs suggesting that you cache the locale time zone if you need to make many DateTime objects in the local zone. Looking up the local zone can be fairly expensive. RT #46753. - 0.51 2009-11-01 - Switched to Module::Build. To force a non-XS build, start the build process with "perl Build.PL --pp". - POD-related tests are only run for the maintainer now. - Fixed handling of negative years in CLDR formatting for "y" and "u" patterns. Note that the LDML spec says nothing about how this should work, so I took my best guess. - cleanup spec o removed useless comments o fixed Header o update License, Url, description o moved changelog to changes file o macro usage o Makefile.PL > Build.PL o changelog to changes file- spec mods * removed ^---------- * removed ^#---------- update to 0.50 - 0.50 2009-05-11 - Tests were failing on Win32 because they attempted to use a negative epoch. Fixed so that these tests are skipped. Fixes RT #45966. - 0.49 2009-05-04 - A bug in the test code for handling overloaded objects in from_epoch resulted in a test failure on Perl 5.8.x. This release contains no changes besides a test code fix. - 0.48 2009-05-04 - Some of the accessors (the "main" ones like year(), month(), day(), etc) now warn if they are passed a value. Patch from Shawn Moore. Fixes RT #6979. - DateTime::Duration expected DateTime to be loaded and used some constants from it, but did not explicitly "use DateTime". Reported by Jeff Kubina. RT #44740. - The CLDR formatting for "c" and "cc" was incorrectly using the local day of the week. This meant that it gave the wrong result for locales where Monday is not considered the first day of the week. Reported by Maros Kollar. RT #45007. - DateTime->from_epoch did not allow an object which overloaded numification as the epoch value. Patch by Michael Schwern. RT [#45653]. - Fixed how datetime subtraction is handled for some cases around DST changes. This had been improved back in 0.30, but there were still bugs. RT #45235. - 0.47 2009-03-01 - The handling of CLDR format 'j' and 'jj' was backwards, using 24 hour time for locales that wanted 12 hour, and vice versa. Reported by Maros Kollar. - The CLDR formatting was missing support for lower-case "q" patterns. Reported by Maros Kollar. - 0.46 2009-02-28 - Added a duration_class method for the benefit of DateTime.pm subclasses. Patch by Shawn Moore. - 0.4501 2008-11-25 - The epoch() method got broken in the recent shuffling between Time::Local and Time::y2038. Unfortunately, the tests to catch this also got lost in the shuffle. Reported by Avianna Chao. - 0.45 2008-11-11 - Reverted the changes to use Time::y2038, on the recommendation of Michael Schwern (the author of said module), because it is not yet stable. This may come back in a future release. - 0.4401 2008-11-03 - In order to handle epochs > 2**32 properly on a 32-bit machine, we also need to import gmtime from Time::y2038. This changes fixes a whole bunch of test failures seen with 0.44. - 0.44 2008-11-01 - XS-capable DateTime.pm now uses Time::y2038 instead of Time::Local. This lets it handle epochs up to 142 million years before and after the Unix epoch. - Fixed a compiler warning with Perl 5.10.0. - Fixed docs for year_with_era, which had AD and BC backwards. Reported by Vynce Montgomery. RT #39923. - The format_cldr() method did not format the "yy" format properly when the year ended in "0X". Reported by Wilson Santos. RT #40555. - 0.4305 2008-10-03 - The pure Perl version of this module did not know about the end of 2008 leap second. Reported by James T Monty. - 0.4304 2008-07-13 - Fix test failures when tests are run with DateTime::Locale 0.41. Reported by David Cantrell via CPAN Testers. - 0.4303 2008-07-12 - There is a new leap second coming at the end of 2008. - added perl-macros o autogen filelist with perl_gen_filelist - spec mods o added header o fixed deps- new packagebalders 1301574269+R+S+T+U0.66-2.pm.25.10.66-2.pm.25.1DateTime-0.66libDateTime.cDateTime.xs/usr/src/debug//usr/src/debug/DateTime-0.66//usr/src/debug/DateTime-0.66/lib/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://10.8.0.1/Multimedia/openSUSE_11.2/25caf66b357bc9e6d26c9330d048df14-perl-DateTimecpiolzma2i586-suse-linuxe%& ݦ?] c4C;SPK زj ]S*G{C6ɀ|F"&:GQxgYT 롻hí5tG)2O洤Uӟ @g֟:`*9N6EdZPBd4=^yH~'4as rozM}@B壌ѡەLvL/+@+kD>֐pw~ $İ~3V Rm*kc؟ޙe5@D@)[]YI.pѧxzҚ mnlso-ԢY71S.~sgk64~:P#&x?ѳe#uvykjeG& b>cw Iabl,nZP+˷5(@Q!o|qP{밄+oo KHZ=}1pEȊ&RtycX* X+!5C ^. k$F&wAm(q?7|^4#8GԴD(˟.*ІKo(iiRAzc/&D[KE[r:H&̎Qf#7Qgs~wZEstճ]:u9IvC?IrIT\%x#G688_g"HB^ z̘.q[B{rD#?htNa:/Tn7m/]&d*a ~71Ea%?[5QkQff ~8Zi7ybttqi45l/aXe1;wt_sz/7|БK8flM\̅9w3s(HUN_ݟ%_~c_a-\]<10Y-75%VQ҈6NxsMur{Dh:"+W논d' v׆lKؑm+v\ǩgc~Isy^޴jG3O,L8E "0L'iW"dT`} LF41zh/jt $ ~pkQֻ:kv ɃCOc'10AD%h'/ydR]F =pf,ikdz¨a G P`\>ʪNzc#*7 kH-byx}5.exNt,%nɺf[.u^T\Ah3\Fᤵ1 +Z'd̻Kq}Ё%%M޴޽a]7Ǩ6lY5Ņ L!hzu^2/d Vw b4bt2#HGf%L9@;",J0^3ƲFM.v4Hh٫8>wQ[ᵄpݣivqLh<4-?{#/Z"VBS2L: E센h,5lcb78,,j.+'l[诼tO+#6fj!)i~=`p8s.&?+SH JddA x!,%'OJSX.>q3{t g*D銲!Λ!#loF﫨{\dOZjY=l ͆TNJ&(w!l1*?SSycm2sVE \!"ːMH hӍ,RG@nYծ^Uo2hEKﻓ48=xQ,C:u^[!=}3fvb0}].VjR.p/쮭6)4[T/XB^y1(DJ(c&A٬]hOSBɬhgk%"f<=jghly)ªdMTOe!Zuam=#!›XއĖ~a_8{r̂< NdA\#g[ ,x \i柂mUp\ o}vP(C_fUvAM/$T/1KdC蔧X8=+tsO5A(^*G7V ,ltߟTϰ{D4IP+G%Ikf[C>RƸ %Acw=?ٳщ M%K{i'[Bޮ PN2@ea#0^ * FZ<~n?9kl @x‡;9D7? aDQǼ@WB[>#^2fo_^ju$Qi!Sݒxy sI"