[libdatetime-timezone-perl] branch master updated (3aec5ee -> 52ad9bc)
gregor herrmann
gregoa at debian.org
Sun Sep 7 12:26:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libdatetime-timezone-perl.
from 3aec5ee update changelog
new c123ab4 fix version in changelog
new 0ce82d8 Add debian/upstream/metadata
new 570e4fe Update debian/changelog
adds fc880ac New repository initialized by cvs2svn.
adds 30cfd08 Initial revision
adds f55c9c9 oops, must make file name and module name match
adds 50713c3 will be used by DateTime.pm to implement floating time and "offset-only" time zones (no historical/DST/etc)
adds 3d820dd add methods add offset seconds <=> string conversion functions add some docs
adds e351849 use DateTime::TimeZone::offset_as_seconds function
adds 656a050 instantiate correct class in new() make offset_as_seconds regex more flexible
adds f6deb9f fix regex to extract seconds without leading colon
adds 41fa1a6 use Olson DB as source, not VTIMEZONE files
adds d201f39 parses OlsonDB and turns it into objects
adds 854dd01 observance objects, if available to end users, will be DateTime::TimeZone::OlsonDB::Observance objects
adds e182ab1 clean up docs
adds cd2eae9 clean up docs add methods that return undef for name and so on
adds f3104da make useful
adds 7b04750 rewrite to not need and Date::ICal stuff use redblack tree to store spans for zone
adds 7bd4c3f useful tests - and they pass (I am in shock, I tell you)
adds b583d83 more tests
adds 9d90a3c manifest skeleton (distro would include all generated time zone modules)
adds 57e0133 fix prereq definition
adds b86b754 add method to get links from db object
adds dc56e48 use base module
adds 6ec83eb use DateTime::TimeZone as base
adds 2eb1cda class for UTC time zone
adds 59d2c8c no need to store offset as string
adds 295239b use Params::Validate
adds 7380841 allow parameter to set how far to expand rules
adds b8cde75 add links expand zones 10 years into future
adds 1eac742 handle floating as tz name check if name is link for dt to be numeric (may be faster?)
adds 0c6f123 this is indeed UTC
adds 2b74274 test that links work
adds 7154f2f add comment
adds a4b1795 fix generator sub - it needs to make sure it gets a span that _includes_ the datetime in question, not just the next span _after_ the datetime - the current code works but may generate spans more than once. investigate
adds f70c116 more future tests
adds 934d637 ignore generated files
adds 724edea only works for current dir
adds 6ce7bef ignore generated files
adds e1d9d00 *** empty log message ***
adds b697f06 *** empty log message ***
adds 1fb5abc must get datetime in UTC for comparisons
adds 19c71bc handle utc, floating, offset as string/numbers, and real TZ names in constructor
adds 6c9c5d1 return UTC time zone if offset is 0
adds 813c943 hack to get around the fact that calling parent class constructor with offset of 0 returns UTC time zone
adds 88934b3 inherit from DateTime::TimeZone
adds f0e591c format 0 offset as well
adds 4af87e7 oops, move file to the correct place
adds f39b9d1 handle offset of 0 properly fix bug in handling "local" as name
adds 01091db utc_datetime => as_utc
adds 5a9c827 stub so parse_olson can run
adds 274682c fix DT.pm usage
adds 5c49156 make sure an offset only TZ with an offset of 0 reports itself as UTC
adds f95bd5b fix extraction of zone observances (was losing month & day in until column) move 'day' parsing to function move time parsing to functions return UTC & local times in spans
adds fc9afee spans now store utc & local times (as pure seconds)
adds bef931f no need for fully qualified name
adds 96ee1c2 make generated time zones singletons
adds 3577a34 fix tests
adds 517e2ec handle singleton classes handle local or UTC span lookup
adds 6936801 save max span
adds b8a1f70 get value of max node, not node itself
adds 621f633 handle getting utc & local times from various methods pass in 3 changes to "two_changes_as_span" so previous change's offset is used
adds 452c569 return calculated local & utc times when figuring out when changes start adjust UTC properly, which requires knowing the offset of the change _before_ the first in a given span (makes my brane hert)
adds 134dab6 store max span internally and die if no span is found for a given datetime know to be less than the max span
adds b856e57 local start time is also dependent upon previous offset
adds 906bd0c require Class::Singleton
adds 8a3329b add offset_for_local_datetime method
adds 85cf254 last_day_of_month is now a constructor
adds f81659b change TimeZoneCatalog
adds e566f61 more docs
adds 947ca7f check $ENV{TZ} for local time handle undef in offset_as_{string,seconds} more docs
adds 993db8d test that all time zones are loadable
adds ba84a6d can't have two methods names category
adds 0b184db two_changes_as_spans hould take most recent offset, not most recent change object
adds 3a5cbaf fix span generation make sure file and module names agree
adds 23c0255 readme
adds e6f0da8 make it a beta
adds 0f8b851 add help text
adds 6f72ecb *** empty log message ***
adds cc16031 skip tests unless DateTime.pm is installed
adds 14155c6 more manifest fun
adds 11bd831 tweaks
adds 59b2f51 don't bother win man pages for all the time zone modules
adds 8ae34e2 use_ok at runtime, not compile time
adds e01b48f skip .cvsignore files
adds d5dba16 fixed test
adds 7d2000f add dates
adds 2b6e57c up version
adds 72081c2 remove pod from generated time zone modules
adds 440cf82 if $ENV{TZ} has a real time zone name we should use that
adds 05827d2 up to v 0.02
adds df7c1c4 *** empty log message ***
adds 9333a38 fix bug in new method (syntax error) add is_dst_for_datetime method
adds 054b5f5 up v num
adds d380e56 add is_dst flag to spans
adds d55badb add changes
adds b0b47ef comparison was reversed (but I don't think it ever gets called this way)
adds 66878fd remove warn
adds 9ece8ed test 'local' as name parameter
adds 9fe362d add test
adds e51013e *** empty log message ***
adds c601362 make local work even if $ENV{TZ} contains bogus name
adds 5d0c7d6 test with valid name too
adds 0bab472 add is_dst_for_datetime method
adds 7485a4d add is_dst_for_datetime
adds ae46d0c *** empty log message ***
adds 7d8e802 don't be so smart when converting offsets between string & number forms
adds 410a193 fix docs for name param
adds 5a34a5e simplify constructor so we don't call offset_as_seconds
adds 6207c07 handle negative hours properly in offset_as_string
adds bdce5f7 allow Z as name equivalent to UTC
adds ad4099f fix dumb typo
adds 687f773 more tests for UTC time zone
adds 1a3b63b check if its a link name first
adds 747b6f7 up v num
adds a9e8292 *** empty log message ***
adds 43711a9 *** empty log message ***
adds 115d742 allow offset of '0' in offset_as_seconds
adds 8a804fa cannot rely on a datetime having valid local time data when generating spans, because datetime object may have changed UTC and is asking for offset. Instead, rely on UTC data.
adds 6e1ff89 latest version
adds 58086ad *** empty log message ***
adds b3ffc25 *** empty log message ***
adds 70716d9 just generate all spans up to target all at once, so we know we always have a complete set up to a particular point in time
adds d9d6897 use binary search of spans array instead of tree
adds 53fbb72 just store spans in an array
adds dcc962f no longer needs Tree::RedBlack require Time::Local
adds a6c0895 *** empty log message ***
adds 7b9d7c3 *** empty log message ***
adds fad0ebd update version
adds 96322b7 centralize "check for datetime and skip tests without proper version" code
adds 397d7ba *** empty log message ***
adds 0117ae4 turn local offset into string before passing it into OffsetOnly constructor
adds e58efdb fix docs
adds 8d3200a *** empty log message ***
adds 491bddc *** empty log message ***
adds 55d7b78 *** empty log message ***
adds 10ab6e9 use constants for infinity/neg infinity
adds fe0140b expect infinity/neg infinity to be constants, not scalars
adds 78a81b3 must specify time zone when creating a DT object!
adds d20a1af up version
adds 36ade26 *** empty log message ***
adds 47c28f9 improve error message
adds 4d4839c fix handling of negative offsets
adds 8f28ff9 tests for offsets taken from Flavio Glock's new Date::ICal
adds ebb2cbf *** empty log message ***
adds 7e9d63d *** empty log message ***
adds 0dec801 check to see if it looks like user has needed timezone files before doing anything
adds 130dbd4 not being used
adds 307ab95 fix bug in binary search when array has only 2 elements
adds ec41c35 test that timezone without DST is handled properly
adds 15fbcbc test multiple zones
adds b1b778c fix handling of last span for zones without DST changes
adds bf55f6f *** empty log message ***
adds ac12db9 *** empty log message ***
adds 7fe09f5 new release
adds ed5fd45 add new tests
adds 14e7305 mention how to test this module
adds fb26d6a one new zone
adds 92d866c require DateTime 0.09
adds 776e71c make flexible
adds cf7dac8 mention RT system
adds 6b72579 better error message handle case of 1 span zone properly
adds c7d35ac *** empty log message ***
adds 5649544 extra tests of all time zones for developers
adds 994e083 add META.yml
adds c005f7a more links
adds 4fd961a parse backward file add some custom links and fix some found in backward file
adds 32a69b1 make sure offset is valid
adds e16f368 add tests for checking /etc/localtime
adds 72d9730 more tests
adds d6dc2df *** empty log message ***
adds 9d2dc99 make it smarter about figuring out local time zone
adds 6437b0d Links => LINKS to be consistent
adds 34bd8e4 tweak error message
adds 15a6640 *** empty log message ***
adds e0669c7 add GMT as link to UTC
adds 43e84dd *** empty log message ***
adds 8594d2e prefer later of two local ranges, not earlier
adds bfdaec6 local no longer produces offset only object
adds c55734b OffsetOnly ->name now works
adds 33a90d5 *** empty log message ***
adds ef14edb *** empty log message ***
adds 9e35828 require latest DT
adds 61e7563 remove these TLAs. This can be handled by another module
adds f0096ed ignore change to TimeZoneCatalog.pm
adds cf34082 remove some bogus links up version number
adds cf8ed84 *** empty log message ***
adds 2e0dfda no longer aliases TLAs
adds c4c7580 fix "generated from" comment in time zone modules
adds 6a25bf3 *** empty log message ***
adds cc276ec doc fixes
adds ba3717c don't consider rules infinite unless they're part of the last observance
adds 3323c66 add --file && --name for debugging fix use of max_span (it's a method, not an attribute)
adds 331a4dc make sure tests run with warnings on
adds 8008077 fix warning
adds 7f03638 shut up subroutine redef warnings
adds 920f123 *** empty log message ***
adds c24b848 when generating spans, don't always compare to utc times to determine if we've found the correct span, instead compare to utc or local, depending on what we were given
adds 48e3a2c when generating spans, compare to utc or local as appropriate, not always utc
adds ac13a41 we can have invalid local times in the future too, so check for it
adds 80f9b1e get last offset from sorted changes, not from original @changes array
adds 96ed5c8 *** empty log message ***
adds 2c4b6b8 yet another release
adds eb738ca check $ENV{TZ} for plausibility
adds e09dc5d fix use of readlink
adds d5c7fd3 make sure implausible $ENV{TZ} is rejected
adds 9423085 fix test count
adds a670aeb *** empty log message ***
adds ccc39ad *** empty log message ***
adds b0c7874 more docs on handling the "local" time zone
adds da1fef3 add real test of /etc/localtime reading code, but it only runs on my personal machine
adds abee881 another release
adds 7f2d63a changes
adds e53a6be skip tests of readlink-related bits unless /etc/localtime is a symlink
adds 0352a79 *** empty log message ***
adds ca436668 check for /etc/timezone when trying to determine local time zone
adds f698fbf move local tz determination code to DT::TZ::Local
adds 445df3b test /etc/sysconfig/clock part if possible make sure $ENV{TZ} never interferes with tests
adds c78075d add Local.pm
adds bc9c1c4 find local time zone
adds 4be150c *** empty log message ***
adds 1467a3f remove debugging cruft
adds a6a93cd no need to skip first test
adds 220bd0a simplify tests run me-only tests on laptop
adds 91f2286 is_utc should always be false since we return a DT::TZ::UTC object if given an offset of 0 in the constructor
adds 6aafb92 add is_olson method
adds 0dea771 *** empty log message ***
adds 86e736a simplify code
adds 0b51625 *** empty log message ***
adds a29b317 change sub names fix fix
adds 83fdfb8 sub names have changed
adds 3922fdc remove debugging cruft
adds d154105 add parens
adds 90516b1 make sure that test for $ENV{TZ} really tests it!
adds 71bca7b I am dumb
adds 8148de3 *** empty log message ***
adds af71df9 fix sub name
adds b2edfc3 new release soon
adds 80ee580 add local to manifest template
adds ebe4a92 spans are now stored as array refs, not hash refs
adds d05de17 move _generate_spans_until_match to DT::TZ serialize spans as array refs, not hash refs
adds 786df6f no need to have $max_year variable
adds ca782f8 *** empty log message ***
adds 6bddafc fix synopsis
adds 0aabe59 all objects should return something for ->name
adds 2d67624 name() now guarantees it can recreate original object
adds 45cd2af *** empty log message ***
adds b66c482 stick name in objet
adds 3959712 stick name in object
adds e4b136d new version
adds c9c0467 add name
adds 3da5866 *** empty log message ***
adds 6e99242 use File::Spec
adds 0da7edb *** empty log message ***
adds 17fd92b *** empty log message ***
adds 47ee438 move to Module::Build
adds f45d60b proxy Makefile.PL
adds 7ee0526 add license
adds e7f6840 *** empty log message ***
adds a074cb9 add Build.PL
adds 857a02e don't make MANIFEST if just given file
adds 373e0c4 *** empty log message ***
adds d372eb7 tests for bug discovered by Ben Bennett
adds 53c1756 fix bug in checking against max span doc cleanup
adds 057a9fc *** empty log message ***
adds 8ea39b5 new version
adds 67a19a3 *** empty log message ***
adds 160c47b fix is_olson method
adds f52bee9 test is_olson method
adds 1053ce6 *** empty log message ***
adds 6ee6097 Always localize $_ with while(<>) loops.
adds a1c4cd6 up version
adds 481af9f *** empty log message ***
adds b8d753e *** empty log message ***
adds 80b4a90 use floating instead of UTC (we don't want to include leap seconds if we have to check durations)
adds 046fe6d more UTC => floating
adds 40a4950 this appears a bug related to handling DST change specified as UTC times in Olson db files (like for EU rules), but I don't understand _why_ it works!
adds fc04ae2 shut up warnings
adds 6dc9e96 revert previous change. it fixed Europe/Vienna and broke a bunch of others
adds dda8321 test DST changes Europe/Vienna is quite broken
adds a1296c0 add future tests as well clarify test names
adds 0d72fba more maintainer tests
adds d88111b test for weird change in Africa/Algiers
adds e3c59c8 a gap in the UTC times between two spans would indicate a bug
adds fff832e mostly the same code, different variable & method names in order to clarify some bits one code change is that observance with an anonymous rule (offset_from_std) now treats that offset more or less like a rule, in terms of parsing time specs and such
adds 771c116 rename a few variables
adds 7516c30 renamed some things
adds 7310b8c fix parse_time_spec (still need to fix callers)
adds 37667b8 reduce repeated code and rename some variables to hopefully clarify and un-bugify this mess
adds 8320de9 add name method to zone objects
adds 2d2937c fix comment
adds 96bb0e0 add asia/aqtau tests (not sure if expectations for these are correct though) fix aus/syd tests to match timeanddate.com
adds e660c22 fix how tests are done so it actually works (doh)
adds e23953e fix australia expectations again, based on message from Iain Truskett
adds a70a75a no, Iain appears to be wrong, at least according to both timezoneconverter.com and timeanddate.com
adds beaef03 use UTC internally everywhere, which makes things much simpler fixes australia/sydney and europe/vienna still need to fix calculation of until datetime to account for rule in effect when observance ends
adds 9bf297b no need to generate local times fix stupid bug in time parser that always treated times like they had 's' at the end
adds 3464aef param and method name changes
adds 0a63d8c method/param name changes
adds 4c18a03 more tests
adds ef437ac add tests from DateTime.pm t/05tz.t
adds 66b6fdf hallelujah, I think I've got it mostly correct!
adds d4be2ff fix span generation code fix check in binary search for overlapping spans to actually work
adds 4b73a22 clone datetime objects because if we add nothing, they end up being the same object, which causes weirdness when dumped with data::dumper
adds 24eea84 clean out junk in dumped objects that we don't need fix problem where data::dumper tries to reference dumped object
adds 831cd1f skip a rule if it's date is later than the end of the current observance
adds 43e9b13 do observance changes along with expansion of observance
adds b6fbf4e *** empty log message ***
adds 5b5bcfb make tests match "zdump -v Asia/Aqtau | grep 1995"
adds 7ad5cb4 account for first rule in effect when an observance change occurs this may (dog willing) fix the last calculation/parsing bug with this code
adds 337f855 generates tests for time zone data based on zdump
adds 008a37d bah, zdump gives bogus short names so generated test code needs to ignore bad names
adds 540833f the zdump-based tests are useful, but would take way too long for end users to run
adds 63a1652 some zones may not have change data in time_t range
adds d3fc075 an anonymous standard offset indicate DST as well as offset in named rule
adds 04ca5a8 *** empty log message ***
adds aa65b5c *** empty log message ***
adds cea80c0 include local datetime in test description to make it easier to find failing tests
adds 76540e4 first rule and last rule have slightly different parameters last rule must be last rule _before_ observance ends first rule must be first rule _when_ observance starts also add some proper debugging so I can stop adding it, deleting it, adding it ad infinitum
adds b62998c do some encapsulation of the "last offset from standard time" concept
adds 2e160ff last_change might be the earliest
adds 1a026b6 fine tune figuring out the first rule for an observance
adds 693f45d fix if => is
adds 1bdfa1b fix test description
adds c7035d5 first rule determination is based on previous observance's offset from UTC if we have two candidates for first rule, prefer the last exact match handle one first candidate properly when looking for first rule, start with previous year but filter rules properly when determining a change's offset from standard, we have to do it differently if the change is an observance change
adds 28be6f5 the until datetime for an observance must be recalculated after every change because it depends on the most recent offset from std
adds 2b1a6d9 more cleanup for dumped data structures
adds ccfc628 have to give a type to the change
adds d9a1cad *** empty log message ***
adds 4d57b6c remove test that needs DT 0.14 to pass
adds 474b2e5 *** empty log message ***
adds c3566ef new version
adds 22fe3f8 accept UTC or GMT for specifying UTC part of datetime from zdump
adds 4ed1756 no need for this
adds 2ba83ec objects from from_object are now returned with floating time zone
adds c64dd77 *** empty log message ***
adds 131fd34 require 0.1501
adds 44422ff *** empty log message ***
adds dfa51ed the hours value of an offset must be specified as 2 digits the colon separator must be used between both hours/minutes and minutes/seconds or not at all offset string formats are now validated and undef is returned for bad formats the modulus of the hours value is removed internal floating point values are now truncated the input number of seconds is now limited to what can actually be formated into a valid offset string the output of offset_as_seconds() passed to of [...]
adds 239b978 the 'name' value is now normalized
adds 0f2fb2e new/updated tests for DT::TZ::OffsetOnly, DT::TZ::offset_as_seconds(), and DT::TZ::offset_as_string()
adds c36621e *** empty log message ***
adds 34db797 - Heading level corrected. - However, I think the L</The "local" time zone> section should be moved to after the methods, and a C<< =head2 Constructor >> heading should be added. Dave?
adds bd8deab try harder to find env var with TZ check /etc/TIMEZONE simplify code a bit
adds cd97190 document "local" changes
adds 001bc07 *** empty log message ***
adds d9dbb1d *** empty log message ***
adds d7da7b9 satisfy pod tests
adds 85f9373 remove =back
adds 9db0492 test pod
adds b687c3b allow single digit for hours in offset string (needed for olson data)
adds 6222cd1 don't match single hour digit or else we allow ambiguous things like 12000
adds c46f348 allow more unambiguous offset strings
adds 55ecde3 allow for more unambiguous off set strings
adds 05e3259 Asia/Aqtau has been made much more sane in the 2003d Olson data
adds 22bfcfd put Olson data version into generated files
adds 1b31c6e new version
adds 5e4d526 *** empty log message ***
adds d7e50a0 handle rule time of 24:00 (grr)
adds f302efe *** empty log message ***
adds 41ae578 sort keys of dumped stuff
adds 42e424d latest TZ data
adds 778114d add pod tests
adds b94c70f *** empty log message ***
adds 001adde sort MANIFEST output (so it's predictable)
adds 3a79f2d sorted
adds ea46fed fix file name
adds 3cc59c5 doc tweaks better error message for invalid time zone
adds 058fec6 require newer Pod::Man for head3/4
adds 26007c6 *** empty log message ***
adds 8a6b0e3 just use offset method
adds 5391978 time (hehe) for a new release
adds afe0c7e add some docs
adds d3aa4da add new tests
adds 5b41e1b skip on bad output to avoid warnings and such
adds b7cd55a fix regex again
adds 9b9ba40 *** empty log message ***
adds 5168042 patch from Slaven Rezic to handle /etc/localtime being copy of zone info file
adds b414b40 *** empty log message ***
adds 2278676 *** empty log message ***
adds 1ccef1b require more recent P::V
adds 0df4a9d code cleanup
adds 5adde4d a few more tests for my machine
adds 1a338fc override _from_etc_localtime, not _readlink this should fix some test failures on systems where /etc/localtime is a copy of a zoneinfo file and not a symlink
adds d28863a load DT::TZ first to make sure it has no syntax errors
adds 4329e0f some cosmetic changes use no_chdir in File::Find so we don't change cwd under caller
adds e96882f add some tests that only run on my machines as root
adds 49e65f4 *** empty log message ***
adds 42d7115 oops, wrong hostname
adds 255bfa2 new version
adds f07b7e7 create Makefile.PL
adds 9e9a149 auto-generated
adds 5bcecc7 add is_valid_name class method
adds 7709db4 formatting
adds 2115fea add storable hooks and tests for them
adds e8fe46d *** empty log message ***
adds 2734be0 new release
adds 9a57495 only run 11valid-name if DateTime.pm is installed remove 10invalid.t because it just duplicates 11valid-name
adds 612914f remove 10invalid.t
adds e91e0f2 DT::TZ is already loaded
adds f1785e7 new version
adds 57f23e8 add date
adds 2ede03b support for /etc/TIMEZONE and /etc/default/init
adds 515ef40 new version of olson db
adds 765657a *** empty log message ***
adds c16e1fe new version
adds 3297797 fix regex
adds 15dd1c5 *** empty log message ***
adds c478586 new version
adds 52c8faf new release for 2004e data
adds f32aa56 doh, wrong olson db version
adds e5b37b5 latest Olson db - 2004g
adds 8f147c4 fix to work with latest DT release
adds d4130ea fix buglet when looking for matching file in /usr/share/zoneinfo. update to 2005e data
adds 47f54f9 version 0.34
adds 778944b add return $self to STORABLE_thaw (in prep for proposed changes to Storable) up version #
adds 3c8ff77 *** empty log message ***
adds b51162b add silliness
adds 81c8420 update for 0.36
adds 183ad49 0.36
adds 9fa8893 no need to load DateTime::TimeZone in here
adds e2136a7 First cut for DateTime::TimeZone in XS
adds b6a64c8 patch by Tatsuhiko Miyagawa ...just a new line to supress stupid warnings ;)
adds 0c44dd3 make sure generated files do not go in CVS
adds bf6a512 make --pm && --xs work (bleah, ugly code) make maintainers (like me) run tests w/ & w/o pure Perl versions
adds 53511d5 rename PPExtra -> PP, since it is not when running the pure Perl version. make sure it is in the manifest
adds 8c20cd6 change style a bit in generated code (Daisuke hates unless, apparently ;) s/Datetime/DateTime/
adds e20b822 make sure we cleanup zz_* tests
adds 7050064 a traditional Makefile.PL will not compile any of the XS code (grr) so revert to passthrough
adds 81e463b don't skip any tests (DT.pm was broken, not DT::TZ)
adds 940f2d8 don't double spanset allocation when we run out, just add 8 spans make initial allocation match # of initial spans
adds 740fd90 qualify constants since they're declared in another file
adds 37dcbc7 - Change XS based objects from hash-based to scalar based and save tons of memory. - Optimize XS code as much as possible (for me ;) -- remove redundunt code, try to use OO-ish destructor by making use of the stash - Remove use of util.c util.h - Implement some of OlsonDB, UTC, OffsetOnly, Floating in XS, too. - UTC, Floating are now singleton - Use LOADED_XS() to detect XS/PP once DateTime::TimeZone is loaded (other XS things won't work unless DateTime::TimeZo [...]
adds 2b55080 redo the fixes that Dave made, which I've undone. eek
adds 04d1677 oops, these changes were made to be used in tools/parse_olson, in preparation for OlsonDB.xs, which I've retracted from my previous commit.
adds 0aba507 remove unnecessary hack
adds 765790e fix typo in comment
adds 382ba7d Argh, this was the fix I needed for t/09changes.t
adds c0da554 require ExtUtils::CBuilder so that Module::Build can compile stuff workaround bug in current ExtUtils::ParseXS module
adds 9bbc557 fixes to unbreak storable tests
adds ebe5874 update manifest
adds 8d542b2 update manifest skip list
adds 9126ce4 port _span_for_datetime to XS
adds 675dead port things that depended on _span_for_datetime to XS
adds 4d0ccbd fix EU::ParseXS workaround to work with M::B < 0.27
adds 92fc401 More fixes for M::B < 0.27
adds c701cac - OlsonDB is now partially XS - offset_as_seconds is now XS - parse_olson can generate pm/pp/xs files separately - added 1 test for ->category()
adds f6a64f4 s/exists/defined/
adds f1bf408 style/formatting tweaks
adds e0f6f0b revert to pure Perl version so I can make a release
adds 4bd4f53 make sure catalog always returns copy of data fix autogen warning for catalog allow names_in_category to be called as a class metohd
adds b4e79ef escape var in heredoc
adds afcc77a fix eval bug. add tests
adds d2ce890 remove C-related files
adds ae776b0 remove *PP.pm files
adds 596b1ad with US DST change this test needs to change as well
adds b1c5956 more fixes to account for new US rules
adds 62dd287 skip this test for DT 0.29[01]
adds f62e556 last update before release
adds f995897 move non-author bits out of author (so META.yaml is cleaner)
adds bebcbde fix error when trying to create a datetime 1 year after end of pre-generated spans - this is a bit of a cargo cult fix since I'm not really sure why it failed in the first place
adds 9a1e5f5 tool to recompile all zones (for my personal use mostly)
adds 134eb13 make it quiet unless
adds 6929ea8 add has_dst_changes method - latest tz data
adds adf1a9e update manifest. remove DT::TZ::Singleton (though want to add STORABLE_attach back in the future)
adds 3e61168 rename test file
adds 0f9df8a deleted zones before running gen script
adds 1322f47 oops, lost Build.Pl from the MANIFEST
adds c1377d8 reverse more manifest f-ups
adds afc1dc5 reverse even more manifest f-ups
adds 46064c4 add clean option to remove existing TZ mods
adds 75be2a0 handy tool to grab the latest olson db tarballs, regen zoneinfo, gen zdump tests, and recreate mods
adds 5a22bb8 latest version
adds e517cac add date
adds de8f01a pass valid option for cleaning old .pm files
adds f87eb39 generate zdump tests are making .pm files so we have the current names in the catalog module
adds def9a95 fix test description
adds bd6d3d2 ignore new generated zones
adds 9fd46e6 ignore generated tests
adds 94c5750 changes to handle non-link zones with no slash in the name, like EST
adds 797d07b EST is now a valid zone name
adds bef807f skip update-from-latest-olson (since it really is only designed to work on my system)
adds f76a2bb add M::B to build_requires
adds 6c530f0 latest olson db
adds 17b8106 should use dist_author
adds 12548b7 latest version of olson data - code filename has changed
adds de70469 clarify meaning of has_dst_changes
adds 3e91875 fix filenames for olson packages to get 64-bit version (which now works fine on Linux) fix regex to get olson version from filename (without capturing it just set the version to 1, doh!)
adds 1f4a7ac add link for AKST9AKDT
adds 34ad840 changes for 0.43
adds f5877c1 remove load-all from manifest
adds d02e639 increase version #
adds f4dbd43 skip .svn dirs
adds 8fc4bc6 updates from 2006d olson db
adds 35273fa update for 0.45, 2006f Olson
adds 5ac864f Check for .svn, not CVS
adds 96a0fda check for .svn dir, not CVS
adds e47014a Fixes for links that pointed to non-existent zones or to other links.
adds de0cf4a Fix test to expect UCT to link to UTC.
adds 81c5ffd Up version # to 0.46.
adds 38b57cf Nowadays Module::Build automatically adds these to the distro's MANIFEST as needed.
adds 7fcad11 Add a link from JST-9 to Asia/Tokyo
adds f23df38 Updated changes and reformatted a bit.
adds 190b7af Delete old zdump-based tests when cleaning.
adds 20354a4 quasar is a laptop and is often changing time zones, it seems
adds 9ec8978 The latest catalog
adds 5f23184 Fix changes wording.
adds 0446627 Doh, I had released 0.46 from my home desktop machine but never checked in the Changes file, so I didn't see it on my laptop.
adds 5e74281 Localize $SIG{__DIE__} when using die to escape from find(). RT #20982.
adds 8ca8b0c Apparently I never released 0.48 - so updating it for Olson db 2006l
adds 95dc2bc Version 0.49
adds 1ccc5c3 Updates for version 0.50.
adds 4602869 Added zones by country to the catalog bits of the API, based on code from Tatsuhiko Miyagawa.
adds 4868315 Remove newline
adds 2ee58e9 Don't sort zone names per-country, because the order in zones.tab is sorted by population, which is more useful.
adds cb72345 Add release date.
adds e8095be Fix use of storable with OffsetOnly objects, and make storable tests more thorough.
adds 8404f85 Really test storable interaction by making sure we test STORABLE_thaw and STORABLE_attach.
adds 4d98a6f I didn't mean to check this in, it was just for some debugging.
adds 633450b Revert the use of STORABLE_attach for DT::TimeZone. This just leads to bugs, and it doesn't get us anything, since even with STORABLE_thaw, we end up keeping the big data structures (like spans) shared.
adds f3635c3 New version for Olson 2006o
adds 2a2b488 Make sure all link alias names can be used in $ENV{TZ} with DT::TZ::Local.
adds cf97260 Add release date.
adds dde958f Ensure all non-link names can go in $ENV{TZ} too.
adds 1644bdd 0.57 release.
adds 8cf1d3c New release for new Olson data.
adds 787bf69 0.37 was based on 2005l, not 2005i.
adds 69e1d70 Tweak test description to make it clearer what's being tested.
adds 6d72154 Make sure that /etc/localtime has a size > 0.
adds 9ca4b71 Change INFINITY to be 100 ** 1000.
adds 4f18d15 Add date to Changes.
adds 17d5c48 Latest version of Olson library.
adds 5b1c1c6 Move local tz handling bits to per-os modules.
adds b0eefd7 Write docs for all the Local modules.
adds 617f660 More doc tweaks for DT::TZ.
adds d259adf Final docs tweaks.\ Preparing for 0.61 release.
adds 4eec8b5 These links no longer exist in newer Olson versions.
adds fbb0950 Add date to changes.
adds 5153257 Fix my stupid mistake in DT::TZ handling of local.
adds b108c32 Tweak formatting.
adds 8b07018 Update manifest for new local modules.
adds f8af9c8 Version 0.62
adds a30fac3 Updates from Olson 2007c.
adds 9a448b4 Add 0.62 to changes.
adds ff2691d _Readlink is being called as a class method.
adds cbf72d9 Doh, I did not want to check this change in.
adds e3cc241 _Readlink is now being called as a class method
adds a4342d1 Add change history for bug fix.
adds 473f35d Updates from Olson 2007d.
adds 7af859c Update for 0.64 release.
adds 7b49aa0 Die if we don't retrieve anything.
adds c14d04c When loading an olson time zone, check to see if the zone we're loading is from the curren olson db version, as stored in DT::TZCatalog.
adds 00dd527 Use Cwd::abs_path to resolve symlinks, since that's a simple way to resolve multiple levels of links.
adds 1b8138d Fix indentation.
adds ff656e1 Prepare for 0.65 release.
adds 7fbe0fe Add mention of version mismatch warning to docs.
adds 0e0043d Include new test file in manifest.
adds a0b2ec6 Fix test failure on systems where tempdir() returns a path that is a symlink.
adds 33f2bee Fall back to _FindMatchingZoneinfoFile or _Readlink fails.
adds a27d63c Update docs to reflect change in strategy.
adds 240fddf Require Cwd 3.0+ (really only needed on Unix).
adds 6128d5a Changes for 0.66.
adds ce11295 Fix count of tests to skip.
adds eb68bee Changes for 0.6601
adds e79ff07 Fix bug in tests reported by J Leffler.
adds 60eb5d5 Fix subroutine redefined warning.
adds fc5aaf9 Handle bad output from zdump on 64-bit systems.
adds 09efade Moved the catalog-related method implementation into DateTime/TimeZone.pm.
adds 6d80104 Modernize and simplify pod test
adds 32808b4 Rename pod test to pod.t
adds 35e43e1 Fix manifest for renamed pod.t
adds 3c1b03d Refer people to the datetime site for mailing list details.
adds b9024b1 Update to 2007g. Had to change tests to account for latest changes to Australia's DST changeover dates.
adds 30227f3 Updates for 0.68
adds be6e505 Updated for Olson 2007i
adds e65d60e Fix the release date.
adds 2cbdec2 Require Win32::TieRegistry if installing on Win32.
adds 3bf4718 Tighten up use of eval blocks by applying "local $@" before them as needed. This prevents $@ from propogating back to the calling code and confusing it.
adds 1a57132 Update version #.
adds 021b7f3 Fix some doubled my declarations and a test count screwup.
adds 5c17354 Doh, there's no version 1 of Win32::TieRegistry.
adds bdf8447 Update version to 0.6903 and add changes
adds 27e88e2 Updated from latest chronos version.
adds 7272495 Updates for 0.6904.
adds 00cf34d Make 0.70 for the 2007j Olson release
adds ee97654 Fix bizarro typo that apparently isn't a syntax error (wonder what it was).
adds 1824ec3 Indentation tweak for generated code.
adds d666823 When parsing a single file, set version to test.
adds 0899be6 This turns a number found in a timezone data file into a date.
adds 6aaf35c Remove some whitespace cruft
adds c97cb5a Update manifest base file
adds 243bc29 Fix a very big bug when a timezone's had >1 change, and its last rule did not include a DST transition. This calculation of the local datetime for the rule's start was way off, which would either result in a huge gap of incorrectly invalid local times, or a huge overlap of local times for the change (if this makes no sense, just know that shit was way broken).
adds 0e29f07 Oops, lost some files that should be in here
adds c564089 Update version # for release
adds 78fdf6e Only run pod tests for me.
adds c8c9843 Updated to 2007k - 0.72
adds 8a4e0c6 Test that we find a zone when $ENV{TZ} = 0 (aka UTC)
adds 8f13494 Doh, wrong package name
adds 2bb207a Changes for 0.73
adds 868cba8 Next release coming up soon
adds 8aa48bd remove generated files
adds d6b6917 ignore more generated files
adds 8f5f825 Update skip file
adds bfe49dc Add .shipit file
adds 9ade31d ignore generated files
adds e848630 Formatting
adds 26d7972 Create readme Use traditional Makefile.PL
adds c26d378 more manifest updates
adds b28a734 remove .cvsignore files
adds beacafc Checking in changes prior to tagging of version 0.73. Changelog diff is:
adds 5a7c4bc Oops, wrong olson version
adds 56f29a0 Fix date
adds b158982 changes for 0.74
adds 8bd3634 Remove a stray STORABLE_attach
adds 6e08e9c fix win32 local bits to only require read access to the registry
adds 14a5d64 bump version #
adds b30530f Require Perl 5.6.0.
adds 82e1df4 Oops, forgot a change
adds 4eddedc Apparently there is a new bug in zdump where it generates a bogus last change to UTC.
adds 038231f Copy $@ (just in case)
adds 07b758f Load OS-specific subclass at start of tests in case it has syntax errors.
adds b46a418 Patch from David Pinkowitz.
adds 5d7230c Changes for 0.77.
adds b93421d Oops, 2008c, not b
adds 8c71fe6 Lots of fixes to the windows tests from David Pinkowitz.
adds 073622f changes and bump version #
adds f49e62a no need to burn a whole 0.01
adds 4047ace Fix version #
adds 25f0cdf use warnings in all tests
adds 4ad5022 fix olson parser to handle a rule & observance change at the same time, in which case the observance wins (Europe/Sofia in April 1945 has this issue). bump version #
adds 863c738 Fix module name
adds 22933ec Moved Win32 local tests to their own .t file
adds 8bf3ffc bump version and update Changes for release
adds c01b3c0 Include CET, EET, MET, & WET so our list of names matches a standard Unix system.
adds 68c5000 Bump version #
adds 2740ee6 fix remaining references to DT::TZCatalog, one of which could cause a test failure on fresh installs
adds d606802 bump version and add Changes
adds 497cee3 Make sure we call names_in_country as a method at least once in this test
adds 585d80d Fix names_in_country called as a method
adds 3006e10 bump version and update Changes for 0.7903
adds 3396e62 Add new windows time zones and bump version for release
adds 38ec145 Add a DONATIONS section
adds b3fcd85 bump version & update changes
adds d923dbd Oops, f not g
adds f533511 update Changes and bump version for 0.81
adds 7b9cc70 changes and version bump for 0.82
adds d9d98ba Update docs on how local time zone is determined.
adds 0e9fca9 Small pod fix
adds 6cacf39 bump version and update changes
adds 9d3e026 Fix test skipping
adds 0cf48d9 bump version and update Changes
adds 7c6a154 Fix version in Changes
adds 2ae3825 Really fix these tests properly
adds 7e8e0f3 Really fix code
adds 9afb9c4 if we cannot load our local TZ subclass because of a missing dep, make sure to die
adds 7af7894 ISO 3166, not 3066
adds 5d8e581 My zdump no longer seems to have broken short names
adds 8a8ccd8 Updated to 2009a.
adds 1d09088 Rename a var for clarity
adds bdb6431 Add Mauritius time
adds a031419 bump version and add Changes date
adds bd23a51 add Build.PL hack for makefile problem
adds a00961d bump version and update Changes
adds 93c4248 Doh, this is 2009d
adds 55b9b19 support a proper local OS subclass
adds 3cb485b bump version
adds fe99852 update changes and version
adds 6241929 Checking in changes prior to tagging of version 0.88. Changelog diff is:
adds c2a7fbc changes for 0.89
adds c4a7c7d update changes and version #
adds f03babc bump version and update changes
adds a683741 bump version and update Changes
adds f183871 move each package into its own .pm file
adds 0336922 local-ize $@ before an eval
adds 117adf2 local-ize all $@
adds 7df28e7 Add note about $@
adds bc81559 Handle the case of the last observance for a zone being in DST (which is wack, but will happen in Bangladesh soon).
adds b50f212 Update changes for 0.92 release
adds deb9940 update Changes and bump version
adds 1fcbd42 add new modules to manifest
adds f96d0e9 Localize $SIG{__DIE__} in Local.pm
adds 5bf461f update changes and bump version to 0.94
adds 4fb711a Fix localization of $@ and $SIG{__DIE__} so that bad names are still detected.
adds 9904391 changes and version bump for 0.95
adds 52e1745 Fix test nwo that SIG{__DIE__} is really localized
adds 50ea2e7 small tweaks to eval handling
adds 602bebe Change test so I can see what errors show up when it fails
adds 6a23f62 Fix $SIG{__DIE__} test so it only checks _load_subclass, otherwise the behavior is very platform-dependent.
adds fa1e5c9 bump version and update changes
adds 0a4e650 Bump version and update Changes
adds f92201f Add more Win32 time zone names
adds c0bbde3 bump version and update Changes
adds 9c880f8 Remove Module::Build::Compat hack (no longer needed)
adds fca9fb9 update Changes and bump version to 0.99
adds 8902531 Add option to not download latest olson
adds 0920190 update changes and bump version
adds 0a041e3 Clarify changes
adds 5dc25d8 More changes clarification
adds f02a896 Set dynamic_config to true
adds 366fd4c Require DateTime::TimeZone::HPUX on hpux
adds 9328b7c skip 04local.t on hpux, update changes for release, bump version to 1.01
adds 7009716 Add Olivier to Changes and rt # for 04local on hpux fix
adds e6956d6 oops, missed changes in last release, and add changes for 1.03
adds 64f45ca Fix date for 1.02
adds 2eb4369 bump version and update changes
adds 84f0e30 changes and version bump for 1.05
adds 23782ad Fix release date
adds 21d0776 changes and version bump for 1.06
adds a3844ac Checking in changes prior to tagging of version 1.06. Changelog diff is:
adds f150f00 win32 updates for local time zones
adds 5f9aaa3 handle more different ways of expressing rules
adds fe5c739 bump version and update changes
adds f859896 update changes and bump version
adds 9743d19 Fix missing word
adds afeed67 changes for 1.10
adds 6fe2134 s/2010a/2010b/
adds 2a060f3 Add list of zones by country to catalog docs
adds f3b6b9f Add links to catalog pod
adds 630a918 run all code through perltidy
adds d000af0 Doc catalog change in Changes
adds ff0c081 Fix too-deep indentation in _debug_output method
adds eccc7e4 Perltidy OlsonDB::Change
adds 0161cb7 update changes and bump version
adds 1fc972a update Changes and bump version
adds 328a08a update Changes and bump version
adds 6cd56a7 update tags
adds d6700b7 Add META.yml resources
adds 55cf372 More tidying
adds c9d51a4 Add .hgignore
adds d886b04 Update .shipit for hg
adds 8e27d21 Ignore all generated files
adds 0469300 Update MANIFEST.SKIP
adds 146c4b0 Add mention of new repo to Changes
adds 8e53150 bump version and update changes
adds c68491d require Locale::Country 3.11+
adds 66731d6 Added tag 1.14 for changeset fe7067bcbe65
adds 4f60f9d Removed tag 1.14
adds 46e1b6d Added tag 1.14 for changeset 4bc404d29696
adds 4dcbd9c s/e/f/
adds a6361f6 bump version and update Changes
adds 2b4ea03 s/svn/hg/g
adds d2b1877 s/svn/hg/
adds 1f10df9 update author tests
adds 24dac6d Update manifest
adds 72f30a7 Update speling dictionary
adds 05d4cf9 coverage test is not really helpful
adds edb4bd0 No need for cverage test
adds 69d174e Added tag 1.15 for changeset cfa93ee14c48
adds c90e0c8 update Changes and bump version
adds d86048c Added tag 1.16 for changeset dd40cb9ec991
adds 714d3bc Update Win32 names
adds 632776d Add Changes for 1.17
adds 18f4609 Bump version
adds adc46fb Added tag 1.17 for changeset 732f57711023
adds 12fbf83 update changes and bump version
adds 8f8983b Added tag 1.18 for changeset 4600c61b1321
adds 331ca9d Add patch more or less as-is from David Pinkowitz
adds 262dcd4 fix Dateline for Win32
adds a54b14c Require Test::More 0.88+
adds 76b13ab add perltidyrc
adds 90c5ed3 run all code through perltidy
adds 8a5f69f Clean up style from David's patch
adds 398af32 Changes for win32
adds 15b5d08 Use hash to list known bad time zones
adds 60213e7 Only run Win32 tests for maintainers
adds 7434e6e Fix Changes for Win32 tests
adds c30990f bump version and update Changes
adds d88088c Add a missing done_testing
adds 82f47ce Add perltidyrc
adds e036057 perltidy_rc_
adds 89f622b Added tag 1.19 for changeset 2ab0399c6d04
adds 2d3e3b2 Need to download files in binary mode
adds 5f6a55f Changes for 1.20
adds 523c67a Bump version
adds 4c78060 Remove mention of guarantee of singleton-ness
adds 03cd4bc Added tag 1.20 for changeset 73d8c55154d0
adds 2782343 Removed tag 1.20
adds 2c1cd2d Added tag 1.20 for changeset ff306071c053
adds 9ff476c Changes for 1.21
adds f2a46dc Bump version
adds b3db893 Added tag 1.21 for changeset 7742708290aa
adds 2a24604 Changes and version for 1.22
adds 8859f13 Make tests a bit smarter about skipping when they should
adds 582e13d Added tag 1.22 for changeset 2f669c85c1d7
adds d3faa6f Changes for 1.23
adds b1f8abb Bump version
adds da9d1b1 Added tag 1.23 for changeset 197c42fbe2db
adds 7963bdb bump version and update changes
adds 870727a Add docs for is_dst_for_datetime
adds 6cc6259 Convert to dzil
adds 7aa1e68 use parent instead of base
adds fced5c7 Work around not having a $VERSION when running tests with dzil
adds d8148f3 Formatting tweak
adds ba08e8e Changes for 1.25
adds 2a90736 Bump version
adds bce37e2 use Class::Load to load classes
adds b9e8ca7 remove Build.PL
adds 077030f remove MANIFEST.SKIP
adds f0f6350 Changes for 1.26
adds 261c3ce fix release eng bits to add dynamic prereqs properly
adds 7648782 Bump version
adds f24a5d6 Added tag 1.26 for changeset 87fff618ed43
adds 1557e47 Add Mercurial bundle
adds 65d6bed Added tag 1.25 for changeset 2f53d4d0b925
adds 46fdc78 Changes for 1.27
adds 80f6c68 Bump version
adds 61d565f Bump copyright year
adds e6e7e1a Put mercurial plugin last
adds 46c47ac Don't include any zd_* test files
adds c1bd886 Added tag 1.27 for changeset d3b629e2a608
adds 290d505 Use OSPrereqs to define OS-conditional prereqs - no more need for custom inc modules
adds b99d9ac Changes for 1.28
adds 712ab15 Bump version
adds a2d0776 Skip kwalitee tests
adds 65b3c0f let dzil test pod syntax
adds 4596113 Added tag 1.28 for changeset 44f3e2577bea
adds d923217 Changes for 1.29
adds fd8d913 Bump version
adds d525b6b Added tag 1.29 for changeset 6151137dad92
adds 0163f3c Changes for 1.30
adds fbb9936 Bump version
adds fe3e450 Added tag 1.30 for changeset e43b07684b06
adds 9853735 Update Windows tests and add new time zones for Syria and Magadan to accommodate recent Microsoft cumulative time zone udpates.
adds 47eb2d0 Tidy code
adds 5ae740a Changes for 1.31
adds 08f0fb4 Bump version
adds bf894c3 Added tag 1.31 for changeset 4cfda6671719
adds d6bc08e Changes for 1.32
adds 37940e6 Bump version
adds 2493840 Added tag 1.32 for changeset 1581f456ccb6
adds 38d846b Changes for 1.33
adds c1a6e81 Bump version
adds 3b5661f Added tag 1.33 for changeset a6c0a57bfce4
adds 90dad40 Changes for 1.34
adds 6591754 Bump version
adds 14bb6a7 No need for explicit copyright year
adds 9276512 make UTC and Floating TZ classes singletons
adds b409d15 Added tag 1.34 for changeset 619c8f5a5968
adds e8e7f36 post hg conversion tweaks
adds 50f28b7 post hg conversion tweaks
adds 72773f8 post hg conversion - change repo uris in dist.ini
adds ed9431b Include UTC in catalog list of all names
adds 6a4fe01 Changes for next release
adds 66f22e6 Add RT # for latest change
adds 8b20a08 Add Next Release plugin
adds 7702188 Remove Signature plugin
adds f9bdf32 Fix next release format
adds 6d972cf updated Changes for next release
adds b24309a bump version
adds 40f090a small test fix now that all_names includes UTC
adds 969220b add more words to whitelist
adds c872ec3 v1.35
adds a6d506c Fix wiki page link
adds 704e6cd Require EU::MM 6.58 for configuration
adds a46c638 Small spacing tweak
adds 99e6daa Changes for next release
adds be14d43 Bump version
adds 3e04b2c Quite hack to add country code for South Sudan
adds 7c9a8c6 v1.36
adds dede747 Changes for next release
adds bb1e6db Bump version
adds d7dabf5 Add missing change for 1.36
adds 808cb46 Add more tests
adds ec733a4 No Test::CPAN::Changes for now
adds 1c230b6 Skip no 404s test for now (not sure why it can't retrieve some web pages)
adds ffbd5ff v1.37
adds beeea6e Remove anything matching /^package/ to avoid confusing metacpan
adds f1ebf86 Changes for next release
adds 2608398 Bump version
adds 4d9ec8c v1.38
adds ec053c7 use env perl
adds 8c058cb remove -w flag
adds 9670b4b Changes for 1.39
adds 48f9004 Bump version
adds 739ec95 use env perl for all tools
adds 2e3f14f better handling of UK country code
adds 7b2db57 v1.39
adds 3e69b65 New host for tz project tarballs
adds e5ef54f Changes for next release
adds 8e2194e Bump version
adds 3cad748 v1.40
adds eda40f0 Changes for next release
adds 2fa8f3c Bump version
adds 325706f v1.41
adds 87748a6 Update Changes for next release
adds 5495eea Bump version
adds 9723a5c v1.42
adds 662c3c5 Doc changes for next release
adds 5092843 Bump version
adds ff5db56 Sort list of zones per country
adds ca027fd Oops, don't sort zones in country
adds 85483ed zone.tab entries can have >1 tab between fields
adds c4a8cf3 Fix zone sorting
adds b664870 Explicitly specify versions of prereqs
adds 3014d49 Fix version req syntax
adds 885979b Use AutoPrereqs
adds 2f88b66 Just use Cwd 3
adds 1a9742e v1.43
adds 96986d0 Bump version
adds 1a7d660 Changes for next release
adds b58e7a1 v1.44
adds 521e571 Skip DT and DT::Duration prereqs
adds a3bb6ea Changes for next release
adds b05851e Bump version
adds a350e74 v1.45
adds f5f3683 Changes for the next release
adds 90870fc Bump version
adds 3ff6c57 v1.46
adds f4039e8 Changes for next release
adds 7e34f4a Bump version
adds 1347ba0 Tweak update script for latest code move
adds 62361b7 v1.47
adds f5cc8bb Bump version and update Changes
adds 193d032 v1.48
adds 1762f2e Changes for next release
adds 5d58901 Bump version
adds a3d3466 v1.49
adds 36499e1 names_in_category return an arrayref wrapping an arrayref in scalar context
adds b0444a4 Failing test for names_in_category returnin values in population order
adds dd70ada Don't sort names in a country - preserve population order
adds a3633ca Clarify zone order for names_in_{category,country}
adds 87aa108 Bump version
adds 8ae5a77 v1.50
adds 50a8870 Changes for next release
adds 52bef46 Bump version
adds f713c2d v1.51
adds 48f7205 Changes for next release
adds 4b20259 Bump version
adds 41c6705 Add useful comments to generated zone files
adds e108feb If the zone has rules past $current_year + 10 then use the last rule as the zone's max year
adds 0389e45 Include day name in comment for each change
adds 4cb0bb2 We need to pre-expand zones until we get into the last set of rules for the zone.
adds 42a5cbc No need to look for last change year after expansion
adds 4d969dc Add a bunch of spelling fixes
adds ea92381 Make sure we don't have trailing whitespace in zone files
adds b93622a Skip NoTabs test for now
adds 0bacef3 v1.52
adds 0bc28f6 Changes for next release
adds 35b42f3 Fix duplicate var name
adds 1f20e6d Bump version
adds 5c2b4df v1.53
adds 200d9eb Changes for next release
adds 38df9c3 Bump version
adds 15ac600 v1.54
adds dabbbaa Changes for next release
adds 778c1e2 More mappings from Win32 -> Olson
adds 8e91804 Bump version
adds c1a2abf v1.55
adds e17bfe0 Changes for next release
adds 37282e5 Bump version
adds 76b8d33 v1.56
adds c60cb03 Changes for next release
adds acf97f7 Bump version
adds 90db993 v1.57
adds 30554c9 Changes for next release
adds a961c63 Bump version
adds 441381a v1.58
adds 157e61d Changes for next release
adds 857a0a5 Bump version
adds c1f8e04 Add Subclasses to spelling whitelist
adds 2c6a85a v1.59
adds b7e6dc4 Fix some typos
adds 45e1cb1 Changes for next release
adds 193162c Bump version
adds d1caea3 Juse use Basic bundle
adds 40c204f Add various dzil plugins
adds e4472d7 Allow README file to be dirty
adds 9d1e366 v1.60
adds 11ced16 Don't ignore README
adds 110662d Add generated README
adds c505e51 Changes and version bump
adds 4f774f4 Fix README handling in dist.inig
adds 82f0a2b v1.61
adds 9164b59 Bump version and add Changes for next release
adds aa90ecb v1.62
adds a5fe668 Changes for next release
adds 2677080 Bump version
adds dd5267c Fix Changes
adds dd93708 Update Changes
adds 80bccd2 v1.63
adds dc03496 Untaint module name before loading it
adds 74d081d Use 3 arg open
adds c28d5f2 Don't let Authority plugin munge files
adds 5df4495 Bump version
adds 2055484 Add RT # and reporter for taint change
adds 33acf4d README updated
adds fbd3230 v1.64
adds 6f385c9 Fix misquoting of file name
adds f59b9e1 Changes for next release
adds 968dad1 Bump version
adds 3b956ab v1.65
adds b20682c Bump version
adds 4d13547 Changes for next release
adds 4516711 Fix skip message to make sense
adds e691906 Replace double quotes with single
adds 9235373 Replace hard-coded paths in Local::Unix with vars we can override from tests
adds bba70cb Rewrite local functionality tests so they don't need root for any tests
adds 8846eb2 Allow UT, UTC, & GMT for UTC dt output from zdump
adds 8717bbd Reindent regex
adds 3b30cc6 Modernize code and build tests in parallel by default
adds f29cadf A zone continuation line can start with spaces or a tab, apparently
adds cf57518 Changes for next release
adds b6136ed Bump version
adds e41f19d Clarify missing 2014b release
adds f4021b5 v1.67
adds 04a6f66 Changes for next release
adds 22d78a1 Bump version
adds f14ff80 Clarify 1.65 -> 1.67 bump
adds 1d37924 v1.68
adds b51f4e9 Clarify nature of missing changes in 1.67
adds 73e1cad Only run 04local.t on unix-ish boxes
adds 885eef8 Bump version
adds 01eb8b1 v1.69
adds c52e6b6 Fix 04local.t so it doesn't blow up with $ENV{TZ} is set
adds 8a75480 Fix typo in Changes
adds 73c9295 Bump version
adds 08abf5c v1.70
adds 399a4cc Changes for next release
adds aad77fe Bump version
adds 1b31797 Super hack for Morocco madness
adds ee6a80b v1.71
adds cb6bec1 Typo fix in Changes
adds 3a6ecdc Add support for Android
adds f4f3822 Add =pod to Catalog.pm
adds 98c535a Remove SYNOPSIS from Catalog.pm
adds f0b30b5 Switch to DROLSKY plugin bundle
adds ed49bf3 Bump version
adds 0a74533 Update Changes for repo move
adds 55e7cfe Switch to README.md
adds bbefc05 v1.72
adds dc59b66 Changes for next release
adds 23ac3ae Bump version
adds 1458462 v1.73
adds ab8fbcf Changes
adds 75b43eb Update for latest DROLSKY plugin bundle changes
adds 784c3ea Changes for next release
adds b6c3e61 Bump version
adds 585bd4e Kinshasa is now a link to Lagos
adds bd62d99 Fix dying with "Cannot read : No such file or directory" error
adds 01d8d00 Merge pull request #2 from alvm/fix-missing-sysconfig-clock-param
adds c8bacf4 Update dist.ini for latest @DROLSKY bundle changes
adds 8c59c1f Changes for sysconfig fix
adds 5018dc8 v1.74
adds 6f25694 Imported Upstream version 1.74
new a848b25 Merge tag 'upstream/1.74'
new 557dfd0 Update debian/changelog
new 41acbff Add autopkgtest control file.
new 52ad9bc releasing package libdatetime-timezone-perl version 1:1.74-1+2014g
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 9 +
MANIFEST | 11 +-
META.json | 929 ++++++++++-----------
META.yml | 895 ++++++++++----------
Makefile.PL | 2 +-
README.md | 2 +-
debian/changelog | 11 +-
debian/tests/control | 8 +
debian/upstream/metadata | 8 +
dist.ini | 24 +-
lib/DateTime/TimeZone.pm | 6 +-
lib/DateTime/TimeZone/Africa/Abidjan.pm | 6 +-
lib/DateTime/TimeZone/Africa/Accra.pm | 6 +-
lib/DateTime/TimeZone/Africa/Addis_Ababa.pm | 6 +-
lib/DateTime/TimeZone/Africa/Algiers.pm | 6 +-
lib/DateTime/TimeZone/Africa/Asmara.pm | 6 +-
lib/DateTime/TimeZone/Africa/Bangui.pm | 56 --
lib/DateTime/TimeZone/Africa/Bissau.pm | 14 +-
lib/DateTime/TimeZone/Africa/Blantyre.pm | 6 +-
lib/DateTime/TimeZone/Africa/Brazzaville.pm | 56 --
lib/DateTime/TimeZone/Africa/Bujumbura.pm | 6 +-
lib/DateTime/TimeZone/Africa/Cairo.pm | 6 +-
lib/DateTime/TimeZone/Africa/Casablanca.pm | 30 +-
lib/DateTime/TimeZone/Africa/Ceuta.pm | 6 +-
lib/DateTime/TimeZone/Africa/Dar_es_Salaam.pm | 6 +-
lib/DateTime/TimeZone/Africa/Djibouti.pm | 6 +-
lib/DateTime/TimeZone/Africa/Douala.pm | 56 --
lib/DateTime/TimeZone/Africa/El_Aaiun.pm | 30 +-
lib/DateTime/TimeZone/Africa/Gaborone.pm | 6 +-
lib/DateTime/TimeZone/Africa/Harare.pm | 6 +-
lib/DateTime/TimeZone/Africa/Johannesburg.pm | 6 +-
lib/DateTime/TimeZone/Africa/Kampala.pm | 6 +-
lib/DateTime/TimeZone/Africa/Khartoum.pm | 6 +-
lib/DateTime/TimeZone/Africa/Kigali.pm | 6 +-
lib/DateTime/TimeZone/Africa/Kinshasa.pm | 56 --
lib/DateTime/TimeZone/Africa/Lagos.pm | 6 +-
lib/DateTime/TimeZone/Africa/Libreville.pm | 56 --
lib/DateTime/TimeZone/Africa/Luanda.pm | 65 --
lib/DateTime/TimeZone/Africa/Lubumbashi.pm | 6 +-
lib/DateTime/TimeZone/Africa/Lusaka.pm | 6 +-
lib/DateTime/TimeZone/Africa/Malabo.pm | 65 --
lib/DateTime/TimeZone/Africa/Maputo.pm | 6 +-
lib/DateTime/TimeZone/Africa/Maseru.pm | 6 +-
lib/DateTime/TimeZone/Africa/Mbabane.pm | 6 +-
lib/DateTime/TimeZone/Africa/Mogadishu.pm | 6 +-
lib/DateTime/TimeZone/Africa/Monrovia.pm | 6 +-
lib/DateTime/TimeZone/Africa/Nairobi.pm | 6 +-
lib/DateTime/TimeZone/Africa/Ndjamena.pm | 6 +-
lib/DateTime/TimeZone/Africa/Niamey.pm | 74 --
lib/DateTime/TimeZone/Africa/Porto_Novo.pm | 65 --
lib/DateTime/TimeZone/Africa/Tripoli.pm | 6 +-
lib/DateTime/TimeZone/Africa/Tunis.pm | 6 +-
lib/DateTime/TimeZone/Africa/Windhoek.pm | 6 +-
lib/DateTime/TimeZone/America/Adak.pm | 6 +-
lib/DateTime/TimeZone/America/Anchorage.pm | 6 +-
lib/DateTime/TimeZone/America/Antigua.pm | 6 +-
lib/DateTime/TimeZone/America/Araguaina.pm | 6 +-
.../TimeZone/America/Argentina/Buenos_Aires.pm | 6 +-
.../TimeZone/America/Argentina/Catamarca.pm | 6 +-
lib/DateTime/TimeZone/America/Argentina/Cordoba.pm | 6 +-
lib/DateTime/TimeZone/America/Argentina/Jujuy.pm | 6 +-
.../TimeZone/America/Argentina/La_Rioja.pm | 6 +-
lib/DateTime/TimeZone/America/Argentina/Mendoza.pm | 6 +-
.../TimeZone/America/Argentina/Rio_Gallegos.pm | 6 +-
lib/DateTime/TimeZone/America/Argentina/Salta.pm | 6 +-
.../TimeZone/America/Argentina/San_Juan.pm | 6 +-
.../TimeZone/America/Argentina/San_Luis.pm | 6 +-
lib/DateTime/TimeZone/America/Argentina/Tucuman.pm | 6 +-
lib/DateTime/TimeZone/America/Argentina/Ushuaia.pm | 6 +-
lib/DateTime/TimeZone/America/Asuncion.pm | 6 +-
lib/DateTime/TimeZone/America/Atikokan.pm | 6 +-
lib/DateTime/TimeZone/America/Bahia.pm | 6 +-
lib/DateTime/TimeZone/America/Bahia_Banderas.pm | 6 +-
lib/DateTime/TimeZone/America/Barbados.pm | 6 +-
lib/DateTime/TimeZone/America/Belem.pm | 6 +-
lib/DateTime/TimeZone/America/Belize.pm | 6 +-
lib/DateTime/TimeZone/America/Blanc_Sablon.pm | 6 +-
lib/DateTime/TimeZone/America/Boa_Vista.pm | 6 +-
lib/DateTime/TimeZone/America/Bogota.pm | 6 +-
lib/DateTime/TimeZone/America/Boise.pm | 6 +-
lib/DateTime/TimeZone/America/Cambridge_Bay.pm | 26 +-
lib/DateTime/TimeZone/America/Campo_Grande.pm | 6 +-
lib/DateTime/TimeZone/America/Cancun.pm | 6 +-
lib/DateTime/TimeZone/America/Caracas.pm | 6 +-
lib/DateTime/TimeZone/America/Cayenne.pm | 6 +-
lib/DateTime/TimeZone/America/Cayman.pm | 6 +-
lib/DateTime/TimeZone/America/Chicago.pm | 6 +-
lib/DateTime/TimeZone/America/Chihuahua.pm | 6 +-
lib/DateTime/TimeZone/America/Costa_Rica.pm | 6 +-
lib/DateTime/TimeZone/America/Creston.pm | 6 +-
lib/DateTime/TimeZone/America/Cuiaba.pm | 6 +-
lib/DateTime/TimeZone/America/Curacao.pm | 6 +-
lib/DateTime/TimeZone/America/Danmarkshavn.pm | 6 +-
lib/DateTime/TimeZone/America/Dawson.pm | 26 +-
lib/DateTime/TimeZone/America/Dawson_Creek.pm | 6 +-
lib/DateTime/TimeZone/America/Denver.pm | 6 +-
lib/DateTime/TimeZone/America/Detroit.pm | 6 +-
lib/DateTime/TimeZone/America/Edmonton.pm | 26 +-
lib/DateTime/TimeZone/America/Eirunepe.pm | 6 +-
lib/DateTime/TimeZone/America/El_Salvador.pm | 6 +-
lib/DateTime/TimeZone/America/Fortaleza.pm | 6 +-
lib/DateTime/TimeZone/America/Glace_Bay.pm | 26 +-
lib/DateTime/TimeZone/America/Godthab.pm | 6 +-
lib/DateTime/TimeZone/America/Goose_Bay.pm | 26 +-
lib/DateTime/TimeZone/America/Grand_Turk.pm | 284 +------
lib/DateTime/TimeZone/America/Guatemala.pm | 6 +-
lib/DateTime/TimeZone/America/Guayaquil.pm | 6 +-
lib/DateTime/TimeZone/America/Guyana.pm | 6 +-
lib/DateTime/TimeZone/America/Halifax.pm | 26 +-
lib/DateTime/TimeZone/America/Havana.pm | 6 +-
lib/DateTime/TimeZone/America/Hermosillo.pm | 6 +-
.../TimeZone/America/Indiana/Indianapolis.pm | 6 +-
lib/DateTime/TimeZone/America/Indiana/Knox.pm | 6 +-
lib/DateTime/TimeZone/America/Indiana/Marengo.pm | 6 +-
.../TimeZone/America/Indiana/Petersburg.pm | 6 +-
lib/DateTime/TimeZone/America/Indiana/Tell_City.pm | 6 +-
lib/DateTime/TimeZone/America/Indiana/Vevay.pm | 6 +-
lib/DateTime/TimeZone/America/Indiana/Vincennes.pm | 6 +-
lib/DateTime/TimeZone/America/Indiana/Winamac.pm | 6 +-
lib/DateTime/TimeZone/America/Inuvik.pm | 26 +-
lib/DateTime/TimeZone/America/Iqaluit.pm | 26 +-
lib/DateTime/TimeZone/America/Jamaica.pm | 6 +-
lib/DateTime/TimeZone/America/Juneau.pm | 6 +-
.../TimeZone/America/Kentucky/Louisville.pm | 6 +-
.../TimeZone/America/Kentucky/Monticello.pm | 6 +-
lib/DateTime/TimeZone/America/La_Paz.pm | 6 +-
lib/DateTime/TimeZone/America/Lima.pm | 6 +-
lib/DateTime/TimeZone/America/Los_Angeles.pm | 6 +-
lib/DateTime/TimeZone/America/Maceio.pm | 6 +-
lib/DateTime/TimeZone/America/Managua.pm | 6 +-
lib/DateTime/TimeZone/America/Manaus.pm | 6 +-
lib/DateTime/TimeZone/America/Martinique.pm | 6 +-
lib/DateTime/TimeZone/America/Matamoros.pm | 6 +-
lib/DateTime/TimeZone/America/Mazatlan.pm | 6 +-
lib/DateTime/TimeZone/America/Menominee.pm | 6 +-
lib/DateTime/TimeZone/America/Merida.pm | 6 +-
lib/DateTime/TimeZone/America/Metlakatla.pm | 6 +-
lib/DateTime/TimeZone/America/Mexico_City.pm | 6 +-
lib/DateTime/TimeZone/America/Miquelon.pm | 26 +-
lib/DateTime/TimeZone/America/Moncton.pm | 26 +-
lib/DateTime/TimeZone/America/Monterrey.pm | 6 +-
lib/DateTime/TimeZone/America/Montevideo.pm | 30 +-
lib/DateTime/TimeZone/America/Montreal.pm | 26 +-
lib/DateTime/TimeZone/America/Nassau.pm | 6 +-
lib/DateTime/TimeZone/America/New_York.pm | 6 +-
lib/DateTime/TimeZone/America/Nipigon.pm | 26 +-
lib/DateTime/TimeZone/America/Nome.pm | 6 +-
lib/DateTime/TimeZone/America/Noronha.pm | 6 +-
.../TimeZone/America/North_Dakota/Beulah.pm | 6 +-
.../TimeZone/America/North_Dakota/Center.pm | 6 +-
.../TimeZone/America/North_Dakota/New_Salem.pm | 6 +-
lib/DateTime/TimeZone/America/Ojinaga.pm | 6 +-
lib/DateTime/TimeZone/America/Panama.pm | 6 +-
lib/DateTime/TimeZone/America/Pangnirtung.pm | 26 +-
lib/DateTime/TimeZone/America/Paramaribo.pm | 6 +-
lib/DateTime/TimeZone/America/Phoenix.pm | 6 +-
lib/DateTime/TimeZone/America/Port_au_Prince.pm | 26 +-
lib/DateTime/TimeZone/America/Port_of_Spain.pm | 6 +-
lib/DateTime/TimeZone/America/Porto_Velho.pm | 6 +-
lib/DateTime/TimeZone/America/Puerto_Rico.pm | 6 +-
lib/DateTime/TimeZone/America/Rainy_River.pm | 26 +-
lib/DateTime/TimeZone/America/Rankin_Inlet.pm | 26 +-
lib/DateTime/TimeZone/America/Recife.pm | 6 +-
lib/DateTime/TimeZone/America/Regina.pm | 6 +-
lib/DateTime/TimeZone/America/Resolute.pm | 26 +-
lib/DateTime/TimeZone/America/Rio_Branco.pm | 6 +-
lib/DateTime/TimeZone/America/Santa_Isabel.pm | 6 +-
lib/DateTime/TimeZone/America/Santarem.pm | 6 +-
lib/DateTime/TimeZone/America/Santiago.pm | 6 +-
lib/DateTime/TimeZone/America/Santo_Domingo.pm | 6 +-
lib/DateTime/TimeZone/America/Sao_Paulo.pm | 6 +-
lib/DateTime/TimeZone/America/Scoresbysund.pm | 6 +-
lib/DateTime/TimeZone/America/Sitka.pm | 6 +-
lib/DateTime/TimeZone/America/St_Johns.pm | 26 +-
lib/DateTime/TimeZone/America/Swift_Current.pm | 6 +-
lib/DateTime/TimeZone/America/Tegucigalpa.pm | 6 +-
lib/DateTime/TimeZone/America/Thule.pm | 26 +-
lib/DateTime/TimeZone/America/Thunder_Bay.pm | 26 +-
lib/DateTime/TimeZone/America/Tijuana.pm | 6 +-
lib/DateTime/TimeZone/America/Toronto.pm | 26 +-
lib/DateTime/TimeZone/America/Vancouver.pm | 26 +-
lib/DateTime/TimeZone/America/Whitehorse.pm | 26 +-
lib/DateTime/TimeZone/America/Winnipeg.pm | 26 +-
lib/DateTime/TimeZone/America/Yakutat.pm | 6 +-
lib/DateTime/TimeZone/America/Yellowknife.pm | 26 +-
lib/DateTime/TimeZone/Antarctica/Casey.pm | 6 +-
lib/DateTime/TimeZone/Antarctica/Davis.pm | 6 +-
lib/DateTime/TimeZone/Antarctica/DumontDUrville.pm | 6 +-
lib/DateTime/TimeZone/Antarctica/Macquarie.pm | 6 +-
lib/DateTime/TimeZone/Antarctica/Mawson.pm | 6 +-
lib/DateTime/TimeZone/Antarctica/Palmer.pm | 6 +-
lib/DateTime/TimeZone/Antarctica/Rothera.pm | 6 +-
lib/DateTime/TimeZone/Antarctica/Syowa.pm | 6 +-
lib/DateTime/TimeZone/Antarctica/Troll.pm | 6 +-
lib/DateTime/TimeZone/Antarctica/Vostok.pm | 6 +-
lib/DateTime/TimeZone/Asia/Aden.pm | 6 +-
lib/DateTime/TimeZone/Asia/Almaty.pm | 6 +-
lib/DateTime/TimeZone/Asia/Amman.pm | 30 +-
lib/DateTime/TimeZone/Asia/Anadyr.pm | 6 +-
lib/DateTime/TimeZone/Asia/Aqtau.pm | 6 +-
lib/DateTime/TimeZone/Asia/Aqtobe.pm | 6 +-
lib/DateTime/TimeZone/Asia/Ashgabat.pm | 6 +-
lib/DateTime/TimeZone/Asia/Baghdad.pm | 6 +-
lib/DateTime/TimeZone/Asia/Bahrain.pm | 6 +-
lib/DateTime/TimeZone/Asia/Baku.pm | 6 +-
lib/DateTime/TimeZone/Asia/Bangkok.pm | 6 +-
lib/DateTime/TimeZone/Asia/Beirut.pm | 6 +-
lib/DateTime/TimeZone/Asia/Bishkek.pm | 6 +-
lib/DateTime/TimeZone/Asia/Brunei.pm | 6 +-
lib/DateTime/TimeZone/Asia/Chita.pm | 6 +-
lib/DateTime/TimeZone/Asia/Choibalsan.pm | 6 +-
lib/DateTime/TimeZone/Asia/Colombo.pm | 6 +-
lib/DateTime/TimeZone/Asia/Damascus.pm | 6 +-
lib/DateTime/TimeZone/Asia/Dhaka.pm | 14 +-
lib/DateTime/TimeZone/Asia/Dili.pm | 6 +-
lib/DateTime/TimeZone/Asia/Dubai.pm | 6 +-
lib/DateTime/TimeZone/Asia/Dushanbe.pm | 6 +-
lib/DateTime/TimeZone/Asia/Gaza.pm | 6 +-
lib/DateTime/TimeZone/Asia/Hebron.pm | 6 +-
lib/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm | 6 +-
lib/DateTime/TimeZone/Asia/Hong_Kong.pm | 6 +-
lib/DateTime/TimeZone/Asia/Hovd.pm | 6 +-
lib/DateTime/TimeZone/Asia/Irkutsk.pm | 20 +-
lib/DateTime/TimeZone/Asia/Jakarta.pm | 6 +-
lib/DateTime/TimeZone/Asia/Jayapura.pm | 6 +-
lib/DateTime/TimeZone/Asia/Jerusalem.pm | 6 +-
lib/DateTime/TimeZone/Asia/Kabul.pm | 6 +-
lib/DateTime/TimeZone/Asia/Kamchatka.pm | 6 +-
lib/DateTime/TimeZone/Asia/Karachi.pm | 6 +-
lib/DateTime/TimeZone/Asia/Kathmandu.pm | 6 +-
lib/DateTime/TimeZone/Asia/Khandyga.pm | 6 +-
lib/DateTime/TimeZone/Asia/Kolkata.pm | 6 +-
lib/DateTime/TimeZone/Asia/Krasnoyarsk.pm | 14 +-
lib/DateTime/TimeZone/Asia/Kuala_Lumpur.pm | 6 +-
lib/DateTime/TimeZone/Asia/Kuching.pm | 6 +-
lib/DateTime/TimeZone/Asia/Kuwait.pm | 6 +-
lib/DateTime/TimeZone/Asia/Macau.pm | 6 +-
lib/DateTime/TimeZone/Asia/Magadan.pm | 6 +-
lib/DateTime/TimeZone/Asia/Makassar.pm | 6 +-
lib/DateTime/TimeZone/Asia/Manila.pm | 6 +-
lib/DateTime/TimeZone/Asia/Muscat.pm | 6 +-
lib/DateTime/TimeZone/Asia/Nicosia.pm | 6 +-
lib/DateTime/TimeZone/Asia/Novokuznetsk.pm | 6 +-
lib/DateTime/TimeZone/Asia/Novosibirsk.pm | 6 +-
lib/DateTime/TimeZone/Asia/Omsk.pm | 14 +-
lib/DateTime/TimeZone/Asia/Oral.pm | 6 +-
lib/DateTime/TimeZone/Asia/Phnom_Penh.pm | 6 +-
lib/DateTime/TimeZone/Asia/Pontianak.pm | 6 +-
lib/DateTime/TimeZone/Asia/Pyongyang.pm | 6 +-
lib/DateTime/TimeZone/Asia/Qatar.pm | 6 +-
lib/DateTime/TimeZone/Asia/Qyzylorda.pm | 6 +-
lib/DateTime/TimeZone/Asia/Rangoon.pm | 6 +-
lib/DateTime/TimeZone/Asia/Riyadh.pm | 6 +-
lib/DateTime/TimeZone/Asia/Sakhalin.pm | 6 +-
lib/DateTime/TimeZone/Asia/Samarkand.pm | 14 +-
lib/DateTime/TimeZone/Asia/Seoul.pm | 6 +-
lib/DateTime/TimeZone/Asia/Shanghai.pm | 6 +-
lib/DateTime/TimeZone/Asia/Singapore.pm | 6 +-
lib/DateTime/TimeZone/Asia/Srednekolymsk.pm | 6 +-
lib/DateTime/TimeZone/Asia/Taipei.pm | 6 +-
lib/DateTime/TimeZone/Asia/Tashkent.pm | 6 +-
lib/DateTime/TimeZone/Asia/Tbilisi.pm | 20 +-
lib/DateTime/TimeZone/Asia/Tehran.pm | 6 +-
lib/DateTime/TimeZone/Asia/Thimphu.pm | 6 +-
lib/DateTime/TimeZone/Asia/Tokyo.pm | 6 +-
lib/DateTime/TimeZone/Asia/Ulaanbaatar.pm | 6 +-
lib/DateTime/TimeZone/Asia/Urumqi.pm | 6 +-
lib/DateTime/TimeZone/Asia/Ust_Nera.pm | 6 +-
lib/DateTime/TimeZone/Asia/Vientiane.pm | 6 +-
lib/DateTime/TimeZone/Asia/Vladivostok.pm | 14 +-
lib/DateTime/TimeZone/Asia/Yakutsk.pm | 14 +-
lib/DateTime/TimeZone/Asia/Yekaterinburg.pm | 23 +-
lib/DateTime/TimeZone/Asia/Yerevan.pm | 6 +-
lib/DateTime/TimeZone/Atlantic/Azores.pm | 14 +-
lib/DateTime/TimeZone/Atlantic/Bermuda.pm | 6 +-
lib/DateTime/TimeZone/Atlantic/Canary.pm | 6 +-
lib/DateTime/TimeZone/Atlantic/Cape_Verde.pm | 6 +-
lib/DateTime/TimeZone/Atlantic/Faroe.pm | 6 +-
lib/DateTime/TimeZone/Atlantic/Madeira.pm | 14 +-
lib/DateTime/TimeZone/Atlantic/Reykjavik.pm | 6 +-
lib/DateTime/TimeZone/Atlantic/South_Georgia.pm | 6 +-
lib/DateTime/TimeZone/Atlantic/Stanley.pm | 6 +-
lib/DateTime/TimeZone/Australia/Adelaide.pm | 22 +-
lib/DateTime/TimeZone/Australia/Brisbane.pm | 6 +-
lib/DateTime/TimeZone/Australia/Broken_Hill.pm | 22 +-
lib/DateTime/TimeZone/Australia/Currie.pm | 6 +-
lib/DateTime/TimeZone/Australia/Darwin.pm | 6 +-
lib/DateTime/TimeZone/Australia/Eucla.pm | 6 +-
lib/DateTime/TimeZone/Australia/Hobart.pm | 6 +-
lib/DateTime/TimeZone/Australia/Lindeman.pm | 6 +-
lib/DateTime/TimeZone/Australia/Lord_Howe.pm | 22 +-
lib/DateTime/TimeZone/Australia/Melbourne.pm | 6 +-
lib/DateTime/TimeZone/Australia/Perth.pm | 6 +-
lib/DateTime/TimeZone/Australia/Sydney.pm | 6 +-
lib/DateTime/TimeZone/CET.pm | 6 +-
lib/DateTime/TimeZone/CST6CDT.pm | 6 +-
lib/DateTime/TimeZone/Catalog.pm | 51 +-
lib/DateTime/TimeZone/EET.pm | 6 +-
lib/DateTime/TimeZone/EST.pm | 6 +-
lib/DateTime/TimeZone/EST5EDT.pm | 6 +-
lib/DateTime/TimeZone/Europe/Amsterdam.pm | 6 +-
lib/DateTime/TimeZone/Europe/Andorra.pm | 6 +-
lib/DateTime/TimeZone/Europe/Athens.pm | 6 +-
lib/DateTime/TimeZone/Europe/Belgrade.pm | 6 +-
lib/DateTime/TimeZone/Europe/Berlin.pm | 6 +-
lib/DateTime/TimeZone/Europe/Brussels.pm | 6 +-
lib/DateTime/TimeZone/Europe/Bucharest.pm | 6 +-
lib/DateTime/TimeZone/Europe/Budapest.pm | 6 +-
lib/DateTime/TimeZone/Europe/Chisinau.pm | 6 +-
lib/DateTime/TimeZone/Europe/Copenhagen.pm | 6 +-
lib/DateTime/TimeZone/Europe/Dublin.pm | 6 +-
lib/DateTime/TimeZone/Europe/Gibraltar.pm | 6 +-
lib/DateTime/TimeZone/Europe/Helsinki.pm | 6 +-
lib/DateTime/TimeZone/Europe/Istanbul.pm | 6 +-
lib/DateTime/TimeZone/Europe/Kaliningrad.pm | 6 +-
lib/DateTime/TimeZone/Europe/Kiev.pm | 6 +-
lib/DateTime/TimeZone/Europe/Lisbon.pm | 20 +-
lib/DateTime/TimeZone/Europe/London.pm | 6 +-
lib/DateTime/TimeZone/Europe/Luxembourg.pm | 6 +-
lib/DateTime/TimeZone/Europe/Madrid.pm | 6 +-
lib/DateTime/TimeZone/Europe/Malta.pm | 6 +-
lib/DateTime/TimeZone/Europe/Minsk.pm | 6 +-
lib/DateTime/TimeZone/Europe/Monaco.pm | 6 +-
lib/DateTime/TimeZone/Europe/Moscow.pm | 6 +-
lib/DateTime/TimeZone/Europe/Oslo.pm | 6 +-
lib/DateTime/TimeZone/Europe/Paris.pm | 6 +-
lib/DateTime/TimeZone/Europe/Prague.pm | 6 +-
lib/DateTime/TimeZone/Europe/Riga.pm | 44 +-
lib/DateTime/TimeZone/Europe/Rome.pm | 6 +-
lib/DateTime/TimeZone/Europe/Samara.pm | 14 +-
lib/DateTime/TimeZone/Europe/Simferopol.pm | 6 +-
lib/DateTime/TimeZone/Europe/Sofia.pm | 6 +-
lib/DateTime/TimeZone/Europe/Stockholm.pm | 6 +-
lib/DateTime/TimeZone/Europe/Tallinn.pm | 6 +-
lib/DateTime/TimeZone/Europe/Tirane.pm | 6 +-
lib/DateTime/TimeZone/Europe/Uzhgorod.pm | 6 +-
lib/DateTime/TimeZone/Europe/Vienna.pm | 6 +-
lib/DateTime/TimeZone/Europe/Vilnius.pm | 6 +-
lib/DateTime/TimeZone/Europe/Volgograd.pm | 6 +-
lib/DateTime/TimeZone/Europe/Warsaw.pm | 6 +-
lib/DateTime/TimeZone/Europe/Zaporozhye.pm | 6 +-
lib/DateTime/TimeZone/Europe/Zurich.pm | 6 +-
lib/DateTime/TimeZone/Floating.pm | 4 +-
lib/DateTime/TimeZone/HST.pm | 6 +-
lib/DateTime/TimeZone/Indian/Antananarivo.pm | 6 +-
lib/DateTime/TimeZone/Indian/Chagos.pm | 6 +-
lib/DateTime/TimeZone/Indian/Christmas.pm | 6 +-
lib/DateTime/TimeZone/Indian/Cocos.pm | 6 +-
lib/DateTime/TimeZone/Indian/Comoro.pm | 6 +-
lib/DateTime/TimeZone/Indian/Kerguelen.pm | 6 +-
lib/DateTime/TimeZone/Indian/Mahe.pm | 6 +-
lib/DateTime/TimeZone/Indian/Maldives.pm | 6 +-
lib/DateTime/TimeZone/Indian/Mauritius.pm | 6 +-
lib/DateTime/TimeZone/Indian/Mayotte.pm | 6 +-
lib/DateTime/TimeZone/Indian/Reunion.pm | 6 +-
lib/DateTime/TimeZone/Local.pm | 4 +-
lib/DateTime/TimeZone/Local/Android.pm | 2 +-
lib/DateTime/TimeZone/Local/Unix.pm | 6 +-
lib/DateTime/TimeZone/Local/VMS.pm | 4 +-
lib/DateTime/TimeZone/Local/Win32.pm | 4 +-
lib/DateTime/TimeZone/MET.pm | 6 +-
lib/DateTime/TimeZone/MST.pm | 6 +-
lib/DateTime/TimeZone/MST7MDT.pm | 6 +-
lib/DateTime/TimeZone/OffsetOnly.pm | 4 +-
lib/DateTime/TimeZone/OlsonDB.pm | 4 +-
lib/DateTime/TimeZone/OlsonDB/Change.pm | 2 +-
lib/DateTime/TimeZone/OlsonDB/Observance.pm | 2 +-
lib/DateTime/TimeZone/OlsonDB/Rule.pm | 2 +-
lib/DateTime/TimeZone/OlsonDB/Zone.pm | 2 +-
lib/DateTime/TimeZone/PST8PDT.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Apia.pm | 30 +-
lib/DateTime/TimeZone/Pacific/Auckland.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Chatham.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Chuuk.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Easter.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Efate.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Enderbury.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Fakaofo.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Fiji.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Funafuti.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Galapagos.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Gambier.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Guadalcanal.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Guam.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Honolulu.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Kiritimati.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Kosrae.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Kwajalein.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Majuro.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Marquesas.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Midway.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Nauru.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Niue.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Norfolk.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Noumea.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Pago_Pago.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Palau.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Pitcairn.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Pohnpei.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Port_Moresby.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Rarotonga.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Saipan.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Tahiti.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Tarawa.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Tongatapu.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Wake.pm | 6 +-
lib/DateTime/TimeZone/Pacific/Wallis.pm | 6 +-
lib/DateTime/TimeZone/UTC.pm | 4 +-
lib/DateTime/TimeZone/WET.pm | 6 +-
t/00-report-prereqs.t | 17 +-
t/04local.t | 6 +-
t/{release-no-tabs.t => author-no-tabs.t} | 17 +-
t/author-pod-spell.t | 12 +-
413 files changed, 2558 insertions(+), 3416 deletions(-)
create mode 100644 debian/tests/control
create mode 100644 debian/upstream/metadata
delete mode 100644 lib/DateTime/TimeZone/Africa/Bangui.pm
delete mode 100644 lib/DateTime/TimeZone/Africa/Brazzaville.pm
delete mode 100644 lib/DateTime/TimeZone/Africa/Douala.pm
delete mode 100644 lib/DateTime/TimeZone/Africa/Kinshasa.pm
delete mode 100644 lib/DateTime/TimeZone/Africa/Libreville.pm
delete mode 100644 lib/DateTime/TimeZone/Africa/Luanda.pm
delete mode 100644 lib/DateTime/TimeZone/Africa/Malabo.pm
delete mode 100644 lib/DateTime/TimeZone/Africa/Niamey.pm
delete mode 100644 lib/DateTime/TimeZone/Africa/Porto_Novo.pm
rename t/{release-no-tabs.t => author-no-tabs.t} (97%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatetime-timezone-perl.git
More information about the Pkg-perl-cvs-commits
mailing list