~ubuntu-branches/debian/sid/libdatetime-timezone-perl/sid

« back to all changes in this revision

Viewing changes to lib/DateTime/TimeZone/Pacific/Apia.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-09-30 15:36:15 UTC
  • mfrom: (1.1.50)
  • Revision ID: package-import@ubuntu.com-20130930153615-41y4qd2zcm59ir99
Tags: 1:1.62-1+2013f
* New upstream release, based on version 2013f of the Olson database.
* Remove unversioned "perl" from Depends.
* debian/control: drop Pre-Depends on old dpkg version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# DateTime::TimeZone module distribution in the tools/ directory
4
4
 
5
5
#
6
 
# Generated from /tmp/6Pwc8w6J1M/australasia.  Olson data version 2013d
 
6
# Generated from /tmp/tMZmaZXB7G/australasia.  Olson data version 2013f
7
7
#
8
8
# Do not edit this file directly.
9
9
#
10
10
package DateTime::TimeZone::Pacific::Apia;
11
11
{
12
 
  $DateTime::TimeZone::Pacific::Apia::VERSION = '1.60';
 
12
  $DateTime::TimeZone::Pacific::Apia::VERSION = '1.62';
13
13
}
14
14
BEGIN {
15
15
  $DateTime::TimeZone::Pacific::Apia::AUTHORITY = 'cpan:DROLSKY';
324
324
    ],
325
325
];
326
326
 
327
 
sub olson_version { '2013d' }
 
327
sub olson_version { '2013f' }
328
328
 
329
329
sub has_dst_changes { 16 }
330
330
 
377
377
 
378
378
my $rules = [
379
379
  bless( {
 
380
    'at' => '4:00',
 
381
    'from' => '2012',
 
382
    'in' => 'Apr',
 
383
    'letter' => '',
 
384
    'name' => 'WS',
 
385
    'offset_from_std' => 0,
 
386
    'on' => 'Sun>=1',
 
387
    'save' => '0',
 
388
    'to' => 'max',
 
389
    'type' => undef
 
390
  }, 'DateTime::TimeZone::OlsonDB::Rule' ),
 
391
  bless( {
380
392
    'at' => '3:00',
381
393
    'from' => '2012',
382
394
    'in' => 'Sep',
387
399
    'save' => '1',
388
400
    'to' => 'max',
389
401
    'type' => undef
390
 
  }, 'DateTime::TimeZone::OlsonDB::Rule' ),
391
 
  bless( {
392
 
    'at' => '4:00',
393
 
    'from' => '2012',
394
 
    'in' => 'Apr',
395
 
    'letter' => '',
396
 
    'name' => 'WS',
397
 
    'offset_from_std' => 0,
398
 
    'on' => 'Sun>=1',
399
 
    'save' => '0',
400
 
    'to' => 'max',
401
 
    'type' => undef
402
402
  }, 'DateTime::TimeZone::OlsonDB::Rule' )
403
403
]
404
404
;