r63129 - in /branches/upstream/libdatetime-perl/current: ./ inc/ lib/ lib/DateTime/ t/

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Oct 1 09:33:21 UTC 2010


Author: periapt-guest
Date: Fri Oct  1 09:33:08 2010
New Revision: 63129

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63129
Log:
[svn-upgrade] new version libdatetime-perl (0.6300)

Removed:
    branches/upstream/libdatetime-perl/current/t/release-pp-00load.t
    branches/upstream/libdatetime-perl/current/t/release-pp-01sanity.t
    branches/upstream/libdatetime-perl/current/t/release-pp-02last-day.t
    branches/upstream/libdatetime-perl/current/t/release-pp-03components.t
    branches/upstream/libdatetime-perl/current/t/release-pp-04epoch.t
    branches/upstream/libdatetime-perl/current/t/release-pp-05set.t
    branches/upstream/libdatetime-perl/current/t/release-pp-06add.t
    branches/upstream/libdatetime-perl/current/t/release-pp-07compare.t
    branches/upstream/libdatetime-perl/current/t/release-pp-09greg.t
    branches/upstream/libdatetime-perl/current/t/release-pp-10subtract.t
    branches/upstream/libdatetime-perl/current/t/release-pp-11duration.t
    branches/upstream/libdatetime-perl/current/t/release-pp-12week.t
    branches/upstream/libdatetime-perl/current/t/release-pp-13strftime.t
    branches/upstream/libdatetime-perl/current/t/release-pp-14locale.t
    branches/upstream/libdatetime-perl/current/t/release-pp-15jd.t
    branches/upstream/libdatetime-perl/current/t/release-pp-16truncate.t
    branches/upstream/libdatetime-perl/current/t/release-pp-17set-return.t
    branches/upstream/libdatetime-perl/current/t/release-pp-18today.t
    branches/upstream/libdatetime-perl/current/t/release-pp-19leap-second.t
    branches/upstream/libdatetime-perl/current/t/release-pp-20infinite.t
    branches/upstream/libdatetime-perl/current/t/release-pp-21bad-params.t
    branches/upstream/libdatetime-perl/current/t/release-pp-22from-doy.t
    branches/upstream/libdatetime-perl/current/t/release-pp-23storable.t
    branches/upstream/libdatetime-perl/current/t/release-pp-24from-object.t
    branches/upstream/libdatetime-perl/current/t/release-pp-25add-subtract.t
    branches/upstream/libdatetime-perl/current/t/release-pp-27delta.t
    branches/upstream/libdatetime-perl/current/t/release-pp-28dow.t
    branches/upstream/libdatetime-perl/current/t/release-pp-29overload.t
    branches/upstream/libdatetime-perl/current/t/release-pp-30future-tz.t
    branches/upstream/libdatetime-perl/current/t/release-pp-31formatter.t
    branches/upstream/libdatetime-perl/current/t/release-pp-32leap-second2.t
    branches/upstream/libdatetime-perl/current/t/release-pp-33seconds-offset.t
    branches/upstream/libdatetime-perl/current/t/release-pp-34set-tz.t
    branches/upstream/libdatetime-perl/current/t/release-pp-35rd-values.t
    branches/upstream/libdatetime-perl/current/t/release-pp-36invalid-local.t
    branches/upstream/libdatetime-perl/current/t/release-pp-36invalid_local.t
    branches/upstream/libdatetime-perl/current/t/release-pp-37local-add.t
    branches/upstream/libdatetime-perl/current/t/release-pp-38local-subtract.t
    branches/upstream/libdatetime-perl/current/t/release-pp-40leap-years.t
    branches/upstream/libdatetime-perl/current/t/release-pp-41cldr-format.t
    branches/upstream/libdatetime-perl/current/t/release-pp-42duration-class.t
    branches/upstream/libdatetime-perl/current/t/release-pp-43new-params.t
    branches/upstream/libdatetime-perl/current/t/release-pp-44set-formatter.t
Modified:
    branches/upstream/libdatetime-perl/current/Build.PL
    branches/upstream/libdatetime-perl/current/Changes
    branches/upstream/libdatetime-perl/current/INSTALL
    branches/upstream/libdatetime-perl/current/MANIFEST
    branches/upstream/libdatetime-perl/current/META.json
    branches/upstream/libdatetime-perl/current/META.yml
    branches/upstream/libdatetime-perl/current/README
    branches/upstream/libdatetime-perl/current/SIGNATURE
    branches/upstream/libdatetime-perl/current/dist.ini
    branches/upstream/libdatetime-perl/current/inc/MyModuleBuild.pm
    branches/upstream/libdatetime-perl/current/lib/DateTime.pm
    branches/upstream/libdatetime-perl/current/lib/DateTime/Duration.pm
    branches/upstream/libdatetime-perl/current/lib/DateTime/Helpers.pm
    branches/upstream/libdatetime-perl/current/lib/DateTime/Infinite.pm
    branches/upstream/libdatetime-perl/current/lib/DateTime/LeapSecond.pm
    branches/upstream/libdatetime-perl/current/lib/DateTimePP.pm
    branches/upstream/libdatetime-perl/current/lib/DateTimePPExtra.pm
    branches/upstream/libdatetime-perl/current/t/31formatter.t
    branches/upstream/libdatetime-perl/current/t/44set-formatter.t
    branches/upstream/libdatetime-perl/current/t/release-pod-coverage.t

Modified: branches/upstream/libdatetime-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/Build.PL?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/Build.PL (original)
+++ branches/upstream/libdatetime-perl/current/Build.PL Fri Oct  1 09:33:08 2010
@@ -1,42 +1,29 @@
-
 use strict;
 use warnings;
 
-use Module::Build 0;
-
+use Module::Build;
 
 my %module_build_args = (
-  'build_requires' => {
-    'ExtUtils::CBuilder' => '0',
-    'Module::Build' => '0',
-    'Pod::Man' => '1.14',
-    'Test::Exception' => '0',
-    'Test::More' => '0.88'
-  },
-  'c_source' => 'c',
-  'configure_requires' => {
-    'Module::Build' => '0'
-  },
-  'dist_abstract' => 'A date and time object',
-  'dist_author' => [
-    'Dave Rolsky <autarch at urth.org>'
-  ],
-  'dist_name' => 'DateTime',
-  'dist_version' => '0.61',
-  'license' => 'artistic_2',
-  'module_name' => 'DateTime',
-  'recommends' => {},
-  'recursive_test_files' => 1,
-  'requires' => {
-    'DateTime::Locale' => '0.41',
-    'DateTime::TimeZone' => '1.09',
-    'Params::Validate' => '0.76',
-    'Scalar::Util' => '0',
-    'Time::Local' => '1.04'
-  },
-  'script_files' => []
+    module_name          => 'DateTime',
+    license              => 'artistic_2',
+    c_source             => 'c',
+    recursive_test_files => 1,
+    requires             => {
+        'DateTime::Locale'   => '0.41',
+        'DateTime::TimeZone' => '1.09',
+        'Params::Validate'   => '0.76',
+        'Scalar::Util'       => '0',
+        'Time::Local'        => '1.04'
+    },
+    build_requires => {
+        'ExtUtils::CBuilder' => '0',
+        'Module::Build'      => '0',
+        'Pod::Man'           => '1.14',
+        'Test::Exception'    => '0',
+        'Test::More'         => '0.88'
+    },
+    configure_requires => { 'Module::Build' => '0' },
 );
-
 
 my $build = Module::Build->new(%module_build_args);
 
@@ -44,5 +31,39 @@
     $build->build_elements(
         [ grep { $_ ne 'xs' } @{ $build->build_elements() } ] );
 }
+elsif ( $ENV{AUTHOR_TESTING} || -d '.hg' ) {
+    require File::Find::Rule;
+    require File::Slurp;
+    File::Slurp->import( qw( read_file write_file ));
+
+    my @files;
+    for my $t_file ( File::Find::Rule->name('*.t')->in('t') ) {
+        my $content = read_file($t_file);
+
+        next if $content =~ /^\#\s*no\s+pp\s+test\s*$/m;
+
+        $content = <<"EOF";
+use Test::More;
+
+BEGIN {
+    unless ( \$ENV{AUTHOR_TESTING} || -d '.hg' ) {
+        plan skip_all => 'these tests are for testing by the author';
+    }
+
+    \$ENV{PERL_DATETIME_PP} = 1;
+}
+
+$content
+EOF
+
+        ( my $new_name = $t_file ) =~ s{/([^/]+)$}{/author-pp-$1};
+
+        write_file( $new_name, $content );
+
+        push @files, $new_name;
+    }
+
+    $build->add_to_cleanup(@files);
+}
 
 $build->create_build_script;

Modified: branches/upstream/libdatetime-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/Changes?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/Changes (original)
+++ branches/upstream/libdatetime-perl/current/Changes Fri Oct  1 09:33:08 2010
@@ -1,3 +1,14 @@
+0.63   2010-09-24
+
+- Actually bump the version in the module files. Oops. Reported by bricas.
+
+
+0.62   2010-09-23
+
+- Don't try to test with DateTime::Format::Strptime unless we have a
+  relatively recent version. Should fix some test failures.
+
+
 0.61   2010-07-16
 
 - Switching to dzil in 0.56 broke the --pp flag for the Build.PL. Reported by

Modified: branches/upstream/libdatetime-perl/current/INSTALL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/INSTALL?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/INSTALL (original)
+++ branches/upstream/libdatetime-perl/current/INSTALL Fri Oct  1 09:33:08 2010
@@ -1,27 +1,44 @@
 
 This is the Perl distribution DateTime.
 
-## Installation
+Installing DateTime is straightforward.
 
-DateTime installation is straightforward.
-If your CPAN shell is set up, you should just be able to do
+## Installation with cpanm
+
+If you have cpanm, you only need one line:
+
+    % cpanm DateTime
+
+If you are installing into a system-wide directory, you may need to pass the
+"-S" flag to cpanm, which uses sudo to install the module:
+
+    % cpanm -S DateTime
+
+## Installing with the CPAN shell
+
+Alternatively, if your CPAN shell is set up, you should just be able to do:
 
     % cpan DateTime
 
-Download it, unpack it, then build it as per the usual:
+## Manual installation
 
-    % perl Makefile.PL
-    % make && make test
+As a last resort, you can manually install it. Download the tarball, untar it,
+then build it:
+
+    % perl Build.PL
+    % ./Build && ./Build test
 
 Then install it:
 
-    % make install
+    % ./Build install
+
+If you are installing into a system-wide directory, you may need to run:
+
+    % sudo ./Build install
 
 ## Documentation
 
-DateTime documentation is available as in POD.
-So you can do:
+DateTime documentation is available as POD.
+You can run perldoc from a shell to read the documentation:
 
     % perldoc DateTime
-
-to read the documentation with your favorite pager.

Modified: branches/upstream/libdatetime-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/MANIFEST?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/MANIFEST (original)
+++ branches/upstream/libdatetime-perl/current/MANIFEST Fri Oct  1 09:33:08 2010
@@ -74,47 +74,4 @@
 t/release-pod-coverage.t
 t/release-pod-spell.t
 t/release-pod.t
-t/release-pp-00load.t
-t/release-pp-01sanity.t
-t/release-pp-02last-day.t
-t/release-pp-03components.t
-t/release-pp-04epoch.t
-t/release-pp-05set.t
-t/release-pp-06add.t
-t/release-pp-07compare.t
-t/release-pp-09greg.t
-t/release-pp-10subtract.t
-t/release-pp-11duration.t
-t/release-pp-12week.t
-t/release-pp-13strftime.t
-t/release-pp-14locale.t
-t/release-pp-15jd.t
-t/release-pp-16truncate.t
-t/release-pp-17set-return.t
-t/release-pp-18today.t
-t/release-pp-19leap-second.t
-t/release-pp-20infinite.t
-t/release-pp-21bad-params.t
-t/release-pp-22from-doy.t
-t/release-pp-23storable.t
-t/release-pp-24from-object.t
-t/release-pp-25add-subtract.t
-t/release-pp-27delta.t
-t/release-pp-28dow.t
-t/release-pp-29overload.t
-t/release-pp-30future-tz.t
-t/release-pp-31formatter.t
-t/release-pp-32leap-second2.t
-t/release-pp-33seconds-offset.t
-t/release-pp-34set-tz.t
-t/release-pp-35rd-values.t
-t/release-pp-36invalid-local.t
-t/release-pp-36invalid_local.t
-t/release-pp-37local-add.t
-t/release-pp-38local-subtract.t
-t/release-pp-40leap-years.t
-t/release-pp-41cldr-format.t
-t/release-pp-42duration-class.t
-t/release-pp-43new-params.t
-t/release-pp-44set-formatter.t
 tools/leap_seconds_header.pl

Modified: branches/upstream/libdatetime-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/META.json?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/META.json (original)
+++ branches/upstream/libdatetime-perl/current/META.json Fri Oct  1 09:33:08 2010
@@ -4,7 +4,7 @@
       "Dave Rolsky <autarch at urth.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.101900, CPAN::Meta::Converter version 2.101670",
+   "generated_by" : "Dist::Zilla version 4.102341, CPAN::Meta::Converter version 2.101670",
    "license" : [
       "artistic_2"
    ],
@@ -16,29 +16,12 @@
    "prereqs" : {
       "build" : {
          "requires" : {
-            "ExtUtils::CBuilder" : 0,
-            "Module::Build" : 0,
-            "Pod::Man" : "1.14"
+            "Module::Build" : "0.3601"
          }
       },
       "configure" : {
          "requires" : {
-            "Module::Build" : 0
-         }
-      },
-      "runtime" : {
-         "requires" : {
-            "DateTime::Locale" : "0.41",
-            "DateTime::TimeZone" : "1.09",
-            "Params::Validate" : "0.76",
-            "Scalar::Util" : 0,
-            "Time::Local" : "1.04"
-         }
-      },
-      "test" : {
-         "requires" : {
-            "Test::Exception" : 0,
-            "Test::More" : "0.88"
+            "Module::Build" : "0.3601"
          }
       }
    },
@@ -54,6 +37,6 @@
          "web" : "http://hg.urth.org/hg/DateTime.pm"
       }
    },
-   "version" : "0.61"
+   "version" : "0.63"
 }
 

Modified: branches/upstream/libdatetime-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/META.yml?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/META.yml (original)
+++ branches/upstream/libdatetime-perl/current/META.yml Fri Oct  1 09:33:08 2010
@@ -3,27 +3,17 @@
 author:
   - 'Dave Rolsky <autarch at urth.org>'
 build_requires:
-  ExtUtils::CBuilder: 0
-  Module::Build: 0
-  Pod::Man: 1.14
-  Test::Exception: 0
-  Test::More: 0.88
+  Module::Build: 0.3601
 configure_requires:
-  Module::Build: 0
+  Module::Build: 0.3601
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.101900, CPAN::Meta::Converter version 2.101670'
+generated_by: 'Dist::Zilla version 4.102341, CPAN::Meta::Converter version 2.101670'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: DateTime
-requires:
-  DateTime::Locale: 0.41
-  DateTime::TimeZone: 1.09
-  Params::Validate: 0.76
-  Scalar::Util: 0
-  Time::Local: 1.04
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=DateTime
   repository: http://hg.urth.org/hg/DateTime.pm
-version: 0.61
+version: 0.63

Modified: branches/upstream/libdatetime-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/README?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/README (original)
+++ branches/upstream/libdatetime-perl/current/README Fri Oct  1 09:33:08 2010
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution DateTime,
-version 0.61:
+version 0.63:
 
   A date and time object
 

Modified: branches/upstream/libdatetime-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/SIGNATURE?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/SIGNATURE (original)
+++ branches/upstream/libdatetime-perl/current/SIGNATURE Fri Oct  1 09:33:08 2010
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.64.
+signed via the Module::Signature module, version 0.61.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -14,29 +14,29 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 e1b3f819dfb5861d5dd8ba5854188a8ee7bf4fa2 Build.PL
+SHA1 a4d2325d03f42aa1ccc3caeb477c16d8adf98643 Build.PL
 SHA1 c951898b770a16da2897d908ab6f9f72057bd570 CREDITS
-SHA1 796800de55745b17675620a5b5d4463d4edc6605 Changes
-SHA1 1ef34be47daa753286c81b175f7a7bed09a4aeb1 INSTALL
+SHA1 e3db05d94df959a12fb262b34ea72862bf2634b8 Changes
+SHA1 c5f2b8434452ecd4c943c59ae2a95abb9d75332d INSTALL
 SHA1 23c628b4a8a36738405ccdacaeb912d2e727b4c0 LICENSE
-SHA1 3252f91ad8fe5bfe6076b9c42bf4bc6854225da9 MANIFEST
-SHA1 b0dabbd4023e285a335a60024ff221b01716337a META.json
-SHA1 a0cbf8fde45500d836046e0cfdab331c57f9f6ac META.yml
-SHA1 9f44f3528484a51b552a47f488b8e992db63be8f README
+SHA1 3eea0c8e37e921202ed29fdfab3d9fa42c081989 MANIFEST
+SHA1 1d5433658377e9a36e92f5e4825c42d5b850d871 META.json
+SHA1 4bb05c5ff3a032f7c244ac7ce548110e250c78bc META.yml
+SHA1 d28b641529f7fc20b53aca02dd2c168d0e411a5c README
 SHA1 bfc70fbe8fa29484452bea8c2ed4afd55218f2c2 TODO
 SHA1 b67b906c9fbaab9ccac635d623cb4e6064feb8f0 c/leap_seconds.h
 SHA1 4cd12d2a050ab038e519bd1391f77855ba4b24ac c/ppport.h
-SHA1 87ecd3c7a220dd605207805048f3bbafa801f396 dist.ini
-SHA1 2d1f339f1a2ceb22c2657d7c21983f69bc7456e3 inc/MyModuleBuild.pm
+SHA1 2b129e4e7f66fbb01a1239e92e08f1fdcb22f614 dist.ini
+SHA1 c25970467ede6b920ada457d705a33b781dcbe5c inc/MyModuleBuild.pm
 SHA1 ad083d04f765963b707dab9d566bf17e92fa51e9 leaptab.txt
-SHA1 f90dce5c959d657dacbb9959fd41aa2551fa51ce lib/DateTime.pm
+SHA1 65551c636cb17d318a3eba15acb7ba79c919a824 lib/DateTime.pm
 SHA1 29dc49f4971ca3979c95cad28b4782b4ad8fc134 lib/DateTime.xs
-SHA1 f23e268e4f903b6e04f978ecb5bfeddfc50c85cd lib/DateTime/Duration.pm
-SHA1 99fae6c65bedb8f38c43330d9fca03f19ee89f2b lib/DateTime/Helpers.pm
-SHA1 ef82b615ce4fe780aef6c6c595a3d35627f99f1a lib/DateTime/Infinite.pm
-SHA1 9b4c1f65a576131ee5efbd5dcbf468dfc4bde4fa lib/DateTime/LeapSecond.pm
-SHA1 65d5b574f8e7a4d4d3a2b170790386a116181833 lib/DateTimePP.pm
-SHA1 41c389f3e24f4200bae7778775c028dcddc8de22 lib/DateTimePPExtra.pm
+SHA1 be263aa031cc67eeaa337c0e6b945f723bb9785c lib/DateTime/Duration.pm
+SHA1 e6d060e168cac6742014e111920a8535e599ab51 lib/DateTime/Helpers.pm
+SHA1 666e6e1dc235dc16ba8581da3e1c3d4dc5fcca5b lib/DateTime/Infinite.pm
+SHA1 64a295c9bb85cd2afd9bd66b298bcbbf3dd7ae99 lib/DateTime/LeapSecond.pm
+SHA1 a42513e84e1edefa8b2d5fad5920fc57576e4fd0 lib/DateTimePP.pm
+SHA1 901506b60b1ac0249aba4022ce998092aa2e3498 lib/DateTimePPExtra.pm
 SHA1 b7d12ae6a374c314afcf6ee289a1ae309d8a8563 t/00load.t
 SHA1 53ac3a3da64401a86b06ed6dbcc1af01ba7741dd t/01sanity.t
 SHA1 1ced0f94d405f32f687b5a86c245774fabb44b40 t/02last-day.t
@@ -67,7 +67,7 @@
 SHA1 8c5ef007a02b682b62b1b59ce9f50f66ee5ceb55 t/28dow.t
 SHA1 a7412e75ccee904071d74974803e7e2dabd36f51 t/29overload.t
 SHA1 4f0ddcfaaf1d7f0717ae258d7a263f6af8442840 t/30future-tz.t
-SHA1 0091eef1509a3fc1526d62b53cad92d5119effa5 t/31formatter.t
+SHA1 f3af55dd6cda87cb3861cf85fc71955d870428bf t/31formatter.t
 SHA1 0bb9689be25539ba57171323832aa21066e759ad t/32leap-second2.t
 SHA1 f951c5827a71a1892cac9338616c05a22a546b61 t/33seconds-offset.t
 SHA1 9b05df9dedc30338ff8164d5dc1785663d64ef5e t/34set-tz.t
@@ -81,62 +81,19 @@
 SHA1 546b4d7bf7d4fd64f9832deeab385aafcf298e80 t/41cldr-format.t
 SHA1 f1b64f5240f5516555b7c8e9c5542e92379ba67d t/42duration-class.t
 SHA1 9f788a8482e8853ae20dd302ce409eca4841db32 t/43new-params.t
-SHA1 de1c574b60b9e171c2deb670c4279aa262eead4c t/44set-formatter.t
+SHA1 dd4e63c7e098d7e3f7393ada6bbdb6c0455d120f t/44set-formatter.t
 SHA1 510ffbab7f698fde6273c5099036019741327203 t/author-test-all-my-deps.t
 SHA1 a032c41ef6887fab1b900669c2d304fab46680e2 t/release-eol.t
 SHA1 961a1e2c92d836c8cad2d34b784cbc75345dec63 t/release-kwalitee.t
 SHA1 455d1dd1867212a665ad5ea4126b572411de300c t/release-no-tabs.t
-SHA1 c012bcd63ed7cda327ebe6701f20910f07f6e479 t/release-pod-coverage.t
+SHA1 6e9c8b34bee253fe134e98559a6f07316af1023b t/release-pod-coverage.t
 SHA1 685a1fd7e83f61b95298509d863799d2be1283fb t/release-pod-spell.t
 SHA1 0bf5c7d045bcd17b72749ea8d57bfc2435913095 t/release-pod.t
-SHA1 ec43fd5da3960d2f3b2791382188eeb31393ae7a t/release-pp-00load.t
-SHA1 3d077519de5e9e4d7c1af922a5004da861270ec2 t/release-pp-01sanity.t
-SHA1 64e4f23202fdb46ba0a21276e0b1c4981c4dd5a8 t/release-pp-02last-day.t
-SHA1 47a5b81303eb86e015a53d4aa344fb22b8773785 t/release-pp-03components.t
-SHA1 f0a12a7b246941a19d7e9c4d555f6c35d6de2413 t/release-pp-04epoch.t
-SHA1 dfd98f40ccb304d5e2d1745f5153f94cc7af2b7b t/release-pp-05set.t
-SHA1 f08e942870be919516dd61b42674ccf4ccb0252f t/release-pp-06add.t
-SHA1 12ffff16260fb303d1fd30425567fc66e2f364a6 t/release-pp-07compare.t
-SHA1 c7ab21e7decc63bfec66f8db80e07e7ebc8083d2 t/release-pp-09greg.t
-SHA1 0ab7ca580154d232676e5baeef77bb014e83e147 t/release-pp-10subtract.t
-SHA1 b3625c7fb928d852e453a0a9d8df1ce1242912d8 t/release-pp-11duration.t
-SHA1 7e22acd97a7201792a1f2edb816a6120562b7d59 t/release-pp-12week.t
-SHA1 17d02910e2e7bb432309defe92bb36508b992849 t/release-pp-13strftime.t
-SHA1 bc791aaffbe47519f3fe18235d6c3671d4bc22b5 t/release-pp-14locale.t
-SHA1 ca848305537c4a081dd0bf3735e6108e5b2de745 t/release-pp-15jd.t
-SHA1 e9083e7a9a370511369392560e5bec2bb59dcd57 t/release-pp-16truncate.t
-SHA1 c911147345905ed342f38c54c0b7f28c3ae6e329 t/release-pp-17set-return.t
-SHA1 910ab3b51069fc690ca34c73c387a8f9d0371e53 t/release-pp-18today.t
-SHA1 1677dcda1e4fe8f0961628e8deaf27d97c48eb41 t/release-pp-19leap-second.t
-SHA1 5f1a6cbefe39d66fc2a5b0cecaa9f4766aae42b5 t/release-pp-20infinite.t
-SHA1 f0c27526690e768a6525e8ee5ffa8109afaf6cc6 t/release-pp-21bad-params.t
-SHA1 e61f720c3082836c8f2ed70270d229a7ae50f177 t/release-pp-22from-doy.t
-SHA1 2c081cbe25d87b51cd1444da174aee6f5c8f8cdb t/release-pp-23storable.t
-SHA1 136ad91199628817b3e99d1af0208a1d478dd4dc t/release-pp-24from-object.t
-SHA1 2039227f68f4c6ff52057e3f0b4d62c3b5787b3b t/release-pp-25add-subtract.t
-SHA1 700a929cfb728e81291ae5069ce53e50d9797a94 t/release-pp-27delta.t
-SHA1 d75780d8c371e1c4e9c299e58fea80eb064b85b7 t/release-pp-28dow.t
-SHA1 67a27b827224a6da111ea98f32abc1e6a7c701ef t/release-pp-29overload.t
-SHA1 d615be9ddb60746b16f4c66d8087b83182602436 t/release-pp-30future-tz.t
-SHA1 72e415ed9d60d392b8db9e0a468d3caebf0a76be t/release-pp-31formatter.t
-SHA1 4ad4d41cfaa61fdaa5c93eae7b6cc97fa1f3cb66 t/release-pp-32leap-second2.t
-SHA1 9c48de75fb6ad5534c462ed151f98a0c71c960fb t/release-pp-33seconds-offset.t
-SHA1 a3fe25e5398614522f67ac9de05d8bee0dd8ccb6 t/release-pp-34set-tz.t
-SHA1 dbe2a70ed8cfdf1fb21c9edc31d076686eea97f1 t/release-pp-35rd-values.t
-SHA1 981038ba664ebfd1d5ff0d497f4602186c42169f t/release-pp-36invalid-local.t
-SHA1 881f47d81f4f6b4346815d8fb766ed5871924bdc t/release-pp-36invalid_local.t
-SHA1 220c5c57d115d05a5b22a7acc58874d5a5aa672b t/release-pp-37local-add.t
-SHA1 4329a876d661b7d502b28fdde101bd17f59b462c t/release-pp-38local-subtract.t
-SHA1 373e351708783b540380192df71ba2dc24e4c449 t/release-pp-40leap-years.t
-SHA1 dc43d38ef29cb2a541350e5f4e93f58b04f2bd1b t/release-pp-41cldr-format.t
-SHA1 9f032607aeeb8d36818b2949252ea04a4cd5a839 t/release-pp-42duration-class.t
-SHA1 bcc9c6d9eff526dfa4cdef7eb22f14ef1e326cf8 t/release-pp-43new-params.t
-SHA1 7fee4a1f0b67e6249298b1cb0d8a1a0e1b78ec56 t/release-pp-44set-formatter.t
 SHA1 bef3937eb875e25c0fb9c95597b2a7628eb65020 tools/leap_seconds_header.pl
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.10 (GNU/Linux)
 
-iEYEARECAAYFAkxBByEACgkQIgMCsV8qvRLVBQCcDfuQd1a2CMgOw/cFf3PoZ9hR
-MaMAn0p6vnMnEq3GEg/5K2n9vprdt+p+
-=JgN+
+iEYEARECAAYFAkyeDpIACgkQIgMCsV8qvRIdVACcDRhGZnS1OcIZMsdAvppldxU8
+OhgAnA7EFDVomnngz80PJB6HWQRXzMSb
+=+PdL
 -----END PGP SIGNATURE-----

Modified: branches/upstream/libdatetime-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/dist.ini?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/dist.ini (original)
+++ branches/upstream/libdatetime-perl/current/dist.ini Fri Oct  1 09:33:08 2010
@@ -2,14 +2,13 @@
 author  = Dave Rolsky <autarch at urth.org>
 copyright_year = 2010
 
-version = 0.61
+version = 0.63
 
 [@Filter]
 -bundle = @Basic
 -remove = MakeMaker
 
 [=inc::MyModuleBuild]
-mb_version = 0
 
 [InstallGuide]
 [MetaJSON]
@@ -23,11 +22,6 @@
 
 [SurgicalPodWeaver]
 
-[PkgVersion]
-
-[PurePerlTests]
-env_var = PERL_DATETIME_PP
-
 [KwaliteeTests]
 [NoTabsTests]
 [EOLTests]
@@ -35,19 +29,4 @@
 
 [CheckChangeLog]
 
-[Prereq]
-DateTime::Locale   = 0.41
-DateTime::TimeZone = 1.09
-Params::Validate   = 0.76
-Scalar::Util       = 0
-Time::Local        = 1.04
-
-[Prereq / BuildRequires]
-ExtUtils::CBuilder = 0
-Pod::Man           = 1.14
-
-[Prereq / TestRequires]
-Test::Exception = 0
-Test::More      = 0.88
-
 [@Mercurial]

Modified: branches/upstream/libdatetime-perl/current/inc/MyModuleBuild.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/inc/MyModuleBuild.pm?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/inc/MyModuleBuild.pm (original)
+++ branches/upstream/libdatetime-perl/current/inc/MyModuleBuild.pm Fri Oct  1 09:33:08 2010
@@ -1,23 +1,10 @@
 package inc::MyModuleBuild;
 
-use strict;
-use warnings;
+use Moose;
+use Moose::Autobox;
 
-use Moose;
+extends 'Dist::Zilla::Plugin::ModuleBuild';
 
-extends 'Dist::Zilla::Plugin::ModuleBuild::XSOrPP';
-
-around module_build_args => sub {
-    my $orig = shift;
-    my $self = shift;
-
-    my $args = $self->$orig(@_);
-
-    $args->{c_source} = 'c';
-
-    return $args;
-};
-
-__PACKAGE__->meta()->make_immutable();
-
-1;
+sub setup_installer {
+    return;
+}

Modified: branches/upstream/libdatetime-perl/current/lib/DateTime.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/lib/DateTime.pm?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/lib/DateTime.pm (original)
+++ branches/upstream/libdatetime-perl/current/lib/DateTime.pm Fri Oct  1 09:33:08 2010
@@ -1,7 +1,4 @@
 package DateTime;
-BEGIN {
-  $DateTime::VERSION = '0.61';
-}
 
 use 5.006;
 
@@ -12,6 +9,8 @@
 use DateTime::Helpers;
 
 BEGIN {
+    our $VERSION = '0.63';
+
     my $loaded = 0;
     unless ( $ENV{PERL_DATETIME_PP} ) {
         local $@;
@@ -2031,9 +2030,6 @@
 }
 
 package DateTime::_Thawed;
-BEGIN {
-  $DateTime::_Thawed::VERSION = '0.61';
-}
 
 sub utc_rd_values { @{ $_[0]->{utc_vals} } }
 
@@ -2053,7 +2049,7 @@
 
 =head1 VERSION
 
-version 0.61
+version 0.63
 
 =head1 SYNOPSIS
 
@@ -3075,7 +3071,7 @@
 
 =back
 
-=head2 How Datetime Math is Done
+=head2 How Datetime Math Works
 
 It's important to have some understanding of how datetime math is
 implemented in order to effectively use this module and
@@ -4042,7 +4038,7 @@
 
 =head1 AUTHOR
 
-Dave Rolsky <autarch at urth.org>
+  Dave Rolsky <autarch at urth.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: branches/upstream/libdatetime-perl/current/lib/DateTime/Duration.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/lib/DateTime/Duration.pm?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/lib/DateTime/Duration.pm (original)
+++ branches/upstream/libdatetime-perl/current/lib/DateTime/Duration.pm Fri Oct  1 09:33:08 2010
@@ -1,10 +1,9 @@
 package DateTime::Duration;
-BEGIN {
-  $DateTime::Duration::VERSION = '0.61';
-}
 
 use strict;
 use warnings;
+
+our $VERSION = '0.63';
 
 use Carp ();
 use DateTime;
@@ -318,7 +317,7 @@
 
 =head1 VERSION
 
-version 0.61
+version 0.63
 
 =head1 SYNOPSIS
 
@@ -468,9 +467,9 @@
 
 =back
 
-For the explanation of why this happens, please see the L<How Date
-Math is Done|DateTime/"How Date Math is Done"> section of the
-DateTime.pm documentation
+For the explanation of why this happens, please see the L<How Datetime Math
+Works|DateTime/"How DateTime Math Works"> section of the DateTime.pm
+documentation
 
 Note that the numbers returned by this method may not match the values
 given to the constructor.
@@ -609,7 +608,7 @@
 
 =head1 AUTHOR
 
-Dave Rolsky <autarch at urth.org>
+  Dave Rolsky <autarch at urth.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: branches/upstream/libdatetime-perl/current/lib/DateTime/Helpers.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/lib/DateTime/Helpers.pm?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/lib/DateTime/Helpers.pm (original)
+++ branches/upstream/libdatetime-perl/current/lib/DateTime/Helpers.pm Fri Oct  1 09:33:08 2010
@@ -1,10 +1,9 @@
 package DateTime::Helpers;
-BEGIN {
-  $DateTime::Helpers::VERSION = '0.61';
-}
 
 use strict;
 use warnings;
+
+our $VERSION = '0.63';
 
 use Scalar::Util ();
 

Modified: branches/upstream/libdatetime-perl/current/lib/DateTime/Infinite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/lib/DateTime/Infinite.pm?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/lib/DateTime/Infinite.pm (original)
+++ branches/upstream/libdatetime-perl/current/lib/DateTime/Infinite.pm Fri Oct  1 09:33:08 2010
@@ -1,10 +1,9 @@
 package DateTime::Infinite;
-BEGIN {
-  $DateTime::Infinite::VERSION = '0.61';
-}
 
 use strict;
 use warnings;
+
+our $VERSION = '0.63';
 
 use DateTime;
 use DateTime::TimeZone;
@@ -39,9 +38,6 @@
 sub STORABLE_thaw   {return}
 
 package DateTime::Infinite::Future;
-BEGIN {
-  $DateTime::Infinite::Future::VERSION = '0.61';
-}
 
 use base qw(DateTime::Infinite);
 
@@ -63,9 +59,6 @@
 }
 
 package DateTime::Infinite::Past;
-BEGIN {
-  $DateTime::Infinite::Past::VERSION = '0.61';
-}
 
 use base qw(DateTime::Infinite);
 
@@ -100,7 +93,7 @@
 
 =head1 VERSION
 
-version 0.61
+version 0.63
 
 =head1 SYNOPSIS
 
@@ -148,7 +141,7 @@
 
 =head1 AUTHOR
 
-Dave Rolsky <autarch at urth.org>
+  Dave Rolsky <autarch at urth.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: branches/upstream/libdatetime-perl/current/lib/DateTime/LeapSecond.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/lib/DateTime/LeapSecond.pm?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/lib/DateTime/LeapSecond.pm (original)
+++ branches/upstream/libdatetime-perl/current/lib/DateTime/LeapSecond.pm Fri Oct  1 09:33:08 2010
@@ -1,10 +1,9 @@
 package DateTime::LeapSecond;
-BEGIN {
-  $DateTime::LeapSecond::VERSION = '0.61';
-}
 
 use strict;
 use warnings;
+
+our $VERSION = '0.63';
 
 use vars qw( @RD @LEAP_SECONDS %RD_LENGTH );
 
@@ -130,7 +129,7 @@
 
 =head1 VERSION
 
-version 0.61
+version 0.63
 
 =head1 SYNOPSIS
 
@@ -179,7 +178,7 @@
 
 =head1 AUTHOR
 
-Dave Rolsky <autarch at urth.org>
+  Dave Rolsky <autarch at urth.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: branches/upstream/libdatetime-perl/current/lib/DateTimePP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/lib/DateTimePP.pm?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/lib/DateTimePP.pm (original)
+++ branches/upstream/libdatetime-perl/current/lib/DateTimePP.pm Fri Oct  1 09:33:08 2010
@@ -1,10 +1,9 @@
 package DateTime;
-BEGIN {
-  $DateTime::VERSION = '0.61';
-}
 
 use strict;
 use warnings;
+
+our $VERSION = '0.63';
 
 $DateTime::IsPurePerl = 1;
 

Modified: branches/upstream/libdatetime-perl/current/lib/DateTimePPExtra.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/lib/DateTimePPExtra.pm?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/lib/DateTimePPExtra.pm (original)
+++ branches/upstream/libdatetime-perl/current/lib/DateTimePPExtra.pm Fri Oct  1 09:33:08 2010
@@ -1,10 +1,9 @@
 package DateTime;
-BEGIN {
-  $DateTime::VERSION = '0.61';
-}
 
 use strict;
 use warnings;
+
+our $VERSION = '0.63';
 
 use DateTime::LeapSecond;
 

Modified: branches/upstream/libdatetime-perl/current/t/31formatter.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/t/31formatter.t?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/t/31formatter.t (original)
+++ branches/upstream/libdatetime-perl/current/t/31formatter.t Fri Oct  1 09:33:08 2010
@@ -4,9 +4,9 @@
 use Test::More;
 
 BEGIN {
-    eval "use DateTime::Format::Strptime 1.0400";
+    eval "use DateTime::Format::Strptime 1.2000";
     if ($@) {
-        plan skip_all => "DateTime::Format::Strptime 1.0400+ not installed";
+        plan skip_all => "DateTime::Format::Strptime 1.2000+ not installed";
     }
 }
 

Modified: branches/upstream/libdatetime-perl/current/t/44set-formatter.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/t/44set-formatter.t?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/t/44set-formatter.t (original)
+++ branches/upstream/libdatetime-perl/current/t/44set-formatter.t Fri Oct  1 09:33:08 2010
@@ -14,8 +14,8 @@
 
 SKIP:
 {
-    skip 'This test requires DateTime::Format::Strptime', 1
-        unless eval 'use DateTime::Format::Strptime; 1';
+    skip 'This test requires DateTime::Format::Strptime 1.2000+', 1
+        unless eval "use DateTime::Format::Strptime 1.2000";
 
     my $formatter = DateTime::Format::Strptime->new(
         pattern => '%Y%m%d %T',

Modified: branches/upstream/libdatetime-perl/current/t/release-pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-perl/current/t/release-pod-coverage.t?rev=63129&op=diff
==============================================================================
--- branches/upstream/libdatetime-perl/current/t/release-pod-coverage.t (original)
+++ branches/upstream/libdatetime-perl/current/t/release-pod-coverage.t Fri Oct  1 09:33:08 2010
@@ -16,7 +16,7 @@
 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
     if $@;
 
-my @modules = grep { !/PP/ } all_modules();
+my @modules = grep { !/PP/ && !/Helpers/ } all_modules();
 plan tests => scalar @modules;
 
 my %trustme = (
@@ -29,7 +29,6 @@
             'DefaultLanguage', 'era', 'language',
         ]
     },
-    'DateTime::Helpers'  => { trustme => [qr/./] },
     'DateTime::Infinite' => {
         trustme => [
             qr/^STORABLE/, qr/^set/, qr/^is_(?:in)?finite/,




More information about the Pkg-perl-cvs-commits mailing list