r32951 - in /branches/upstream/libtest-mocktime-perl/current: Changes META.yml lib/Test/MockTime.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Apr 9 19:44:08 UTC 2009


Author: ansgar-guest
Date: Thu Apr  9 19:44:02 2009
New Revision: 32951

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32951
Log:
[svn-upgrade] Integrating new upstream version, libtest-mocktime-perl (0.12)

Modified:
    branches/upstream/libtest-mocktime-perl/current/Changes
    branches/upstream/libtest-mocktime-perl/current/META.yml
    branches/upstream/libtest-mocktime-perl/current/lib/Test/MockTime.pm

Modified: branches/upstream/libtest-mocktime-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-mocktime-perl/current/Changes?rev=32951&op=diff
==============================================================================
--- branches/upstream/libtest-mocktime-perl/current/Changes (original)
+++ branches/upstream/libtest-mocktime-perl/current/Changes Thu Apr  9 19:44:02 2009
@@ -1,5 +1,18 @@
 CHANGES
 -------
+
+  0.12 - 09 Apr 2009
+
+      * removing t/DateCalc.t and lib/Test/MockTime/DateCalc.pm to allow Kevin Ryde to maintain a separate module.
+
+  0.11 - 08 Apr 2009
+
+      * now including it in Manifest file
+
+  0.10 - 08 Apr 2009
+
+      * including t/DateCalc.t and lib/Test/MockTime/DateCalc.pm from Kevin Ryde in an attempt to work with Date::Calc
+      * This changeset may need to be broken out into a separate module, depending on how much work is required on it
 
   0.09 - 30 June 2008
 

Modified: branches/upstream/libtest-mocktime-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-mocktime-perl/current/META.yml?rev=32951&op=diff
==============================================================================
--- branches/upstream/libtest-mocktime-perl/current/META.yml (original)
+++ branches/upstream/libtest-mocktime-perl/current/META.yml Thu Apr  9 19:44:02 2009
@@ -1,13 +1,15 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Test-MockTime
-version:      0.09
-version_from: lib/Test/MockTime.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                Test-MockTime
+version:             0.12
+abstract:            ~
+license:             ~
+author:              ~
+generated_by:        ExtUtils::MakeMaker version 6.42
+distribution_type:   module
+requires:     
     Test::More:                    0
     Time::Local:                   0
     Time::Piece:                   1.08
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: branches/upstream/libtest-mocktime-perl/current/lib/Test/MockTime.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-mocktime-perl/current/lib/Test/MockTime.pm?rev=32951&op=diff
==============================================================================
--- branches/upstream/libtest-mocktime-perl/current/lib/Test/MockTime.pm (original)
+++ branches/upstream/libtest-mocktime-perl/current/lib/Test/MockTime.pm Thu Apr  9 19:44:02 2009
@@ -14,7 +14,7 @@
 our %EXPORT_TAGS = (
     'all' => \@EXPORT_OK,
 );
-our ($VERSION) = '0.09';
+our ($VERSION) = '0.12';
 our ($offset) = 0;
 our ($fixed) = undef;
 




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