r32953 - in /trunk/libtest-mocktime-perl: Changes META.yml debian/changelog lib/Test/MockTime.pm

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


Author: ansgar-guest
Date: Thu Apr  9 19:48:08 2009
New Revision: 32953

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32953
Log:
NO UPLOAD NEEDED: No changes between 0.09 and 0.12

Modified:
    trunk/libtest-mocktime-perl/Changes
    trunk/libtest-mocktime-perl/META.yml
    trunk/libtest-mocktime-perl/debian/changelog
    trunk/libtest-mocktime-perl/lib/Test/MockTime.pm

Modified: trunk/libtest-mocktime-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/Changes?rev=32953&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/Changes (original)
+++ trunk/libtest-mocktime-perl/Changes Thu Apr  9 19:48:08 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: trunk/libtest-mocktime-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/META.yml?rev=32953&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/META.yml (original)
+++ trunk/libtest-mocktime-perl/META.yml Thu Apr  9 19:48:08 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: trunk/libtest-mocktime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/debian/changelog?rev=32953&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/debian/changelog (original)
+++ trunk/libtest-mocktime-perl/debian/changelog Thu Apr  9 19:48:08 2009
@@ -1,3 +1,9 @@
+libtest-mocktime-perl (0.12-1) UNRELEASED; urgency=low
+
+  NO UPLOAD NEEDED: No changes between 0.09 and 0.12
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 09 Apr 2009 21:44:30 +0200
+
 libtest-mocktime-perl (0.09-2) UNRELEASED; urgency=low
 
   [ Tim Retout ]

Modified: trunk/libtest-mocktime-perl/lib/Test/MockTime.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/lib/Test/MockTime.pm?rev=32953&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/lib/Test/MockTime.pm (original)
+++ trunk/libtest-mocktime-perl/lib/Test/MockTime.pm Thu Apr  9 19:48:08 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