r22910 - in /branches/upstream/libtest-mocktime-perl/current: Changes MANIFEST META.yml lib/Test/MockTime.pm lib/Test/MockTime.pod t/pod.t

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Tue Jul 8 03:40:56 UTC 2008


Author: rmayorga-guest
Date: Tue Jul  8 03:40:55 2008
New Revision: 22910

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

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

Modified: branches/upstream/libtest-mocktime-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-mocktime-perl/current/Changes?rev=22910&op=diff
==============================================================================
--- branches/upstream/libtest-mocktime-perl/current/Changes (original)
+++ branches/upstream/libtest-mocktime-perl/current/Changes Tue Jul  8 03:40:55 2008
@@ -1,6 +1,14 @@
 CHANGES
 -------
 
+  0.09 - 30 June 2008
+
+      * including t/pod.t
+
+  0.08 - 30 June 2008
+
+      * fixing Pod with a patch from Ansgar Burchardt.
+  
   0.07 - 05 September 2007
 
       * including the missing t/prototypes.t into the MANIFEST so it actually gets included. *ZONK*

Modified: branches/upstream/libtest-mocktime-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-mocktime-perl/current/MANIFEST?rev=22910&op=diff
==============================================================================
--- branches/upstream/libtest-mocktime-perl/current/MANIFEST (original)
+++ branches/upstream/libtest-mocktime-perl/current/MANIFEST Tue Jul  8 03:40:55 2008
@@ -3,6 +3,7 @@
 Changes
 t/export.t
 t/test.t
+t/pod.t
 t/string-time.t
 t/prototypes.t
 lib/Test/MockTime.pm

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=22910&op=diff
==============================================================================
--- branches/upstream/libtest-mocktime-perl/current/META.yml (original)
+++ branches/upstream/libtest-mocktime-perl/current/META.yml Tue Jul  8 03:40:55 2008
@@ -1,7 +1,7 @@
 # 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.07
+version:      0.09
 version_from: lib/Test/MockTime.pm
 installdirs:  site
 requires:

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=22910&op=diff
==============================================================================
--- branches/upstream/libtest-mocktime-perl/current/lib/Test/MockTime.pm (original)
+++ branches/upstream/libtest-mocktime-perl/current/lib/Test/MockTime.pm Tue Jul  8 03:40:55 2008
@@ -14,7 +14,7 @@
 our %EXPORT_TAGS = (
     'all' => \@EXPORT_OK,
 );
-our ($VERSION) = '0.07';
+our ($VERSION) = '0.09';
 our ($offset) = 0;
 our ($fixed) = undef;
 

Modified: branches/upstream/libtest-mocktime-perl/current/lib/Test/MockTime.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-mocktime-perl/current/lib/Test/MockTime.pod?rev=22910&op=diff
==============================================================================
--- branches/upstream/libtest-mocktime-perl/current/lib/Test/MockTime.pod (original)
+++ branches/upstream/libtest-mocktime-perl/current/lib/Test/MockTime.pod Tue Jul  8 03:40:55 2008
@@ -40,6 +40,8 @@
 calls to gmtime,time or localtime.
 
 =head1 Functions
+
+=over
 
 =item set_absolute_time
 
@@ -115,6 +117,8 @@
 restore the default time handling values.  C<restore_time> is an alias. When
 exported with the 'all' tag, this subroutine is exported as C<restore_time>.
 
+=back
+
 =head1 AUTHOR
 
 David Dick <ddick at cpan.org>

Added: branches/upstream/libtest-mocktime-perl/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-mocktime-perl/current/t/pod.t?rev=22910&op=file
==============================================================================
--- branches/upstream/libtest-mocktime-perl/current/t/pod.t (added)
+++ branches/upstream/libtest-mocktime-perl/current/t/pod.t Tue Jul  8 03:40:55 2008
@@ -1,0 +1,6 @@
+use Test::More;
+
+eval "use Test::Pod 1.00";
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+
+all_pod_files_ok();




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