r22912 - in /trunk/libtest-mocktime-perl: Changes MANIFEST META.yml debian/changelog debian/control debian/patches/fix_pod.diff 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 04:25:45 UTC 2008


Author: rmayorga-guest
Date: Tue Jul  8 04:25:45 2008
New Revision: 22912

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22912
Log:
* New upstream release
* refresh fix_pod.diff patch
* Add libtest-pod-perl to B-D-I
* add /me to uploaders

Added:
    trunk/libtest-mocktime-perl/t/pod.t
      - copied unchanged from r22911, branches/upstream/libtest-mocktime-perl/current/t/pod.t
Modified:
    trunk/libtest-mocktime-perl/Changes
    trunk/libtest-mocktime-perl/MANIFEST
    trunk/libtest-mocktime-perl/META.yml
    trunk/libtest-mocktime-perl/debian/changelog
    trunk/libtest-mocktime-perl/debian/control
    trunk/libtest-mocktime-perl/debian/patches/fix_pod.diff
    trunk/libtest-mocktime-perl/lib/Test/MockTime.pm
    trunk/libtest-mocktime-perl/lib/Test/MockTime.pod

Modified: trunk/libtest-mocktime-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/Changes?rev=22912&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/Changes (original)
+++ trunk/libtest-mocktime-perl/Changes Tue Jul  8 04:25:45 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: trunk/libtest-mocktime-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/MANIFEST?rev=22912&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/MANIFEST (original)
+++ trunk/libtest-mocktime-perl/MANIFEST Tue Jul  8 04:25:45 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: trunk/libtest-mocktime-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/META.yml?rev=22912&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/META.yml (original)
+++ trunk/libtest-mocktime-perl/META.yml Tue Jul  8 04:25:45 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: trunk/libtest-mocktime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/debian/changelog?rev=22912&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/debian/changelog (original)
+++ trunk/libtest-mocktime-perl/debian/changelog Tue Jul  8 04:25:45 2008
@@ -1,3 +1,12 @@
+libtest-mocktime-perl (0.09-1) unstable; urgency=low
+
+  * New upstream release
+  * refresh fix_pod.diff patch
+  * Add libtest-pod-perl to B-D-I
+  * add /me to uploaders
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Mon, 07 Jul 2008 21:42:15 -0600
+
 libtest-mocktime-perl (0.07-1) unstable; urgency=low
 
   * Initial Release (Closes: #488385)

Modified: trunk/libtest-mocktime-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/debian/control?rev=22912&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/debian/control (original)
+++ trunk/libtest-mocktime-perl/debian/control Tue Jul  8 04:25:45 2008
@@ -2,9 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7), quilt
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>, Rene Mayorga <rmayorga at debian.org.sv>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Test-MockTime/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-mocktime-perl/

Modified: trunk/libtest-mocktime-perl/debian/patches/fix_pod.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/debian/patches/fix_pod.diff?rev=22912&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/debian/patches/fix_pod.diff (original)
+++ trunk/libtest-mocktime-perl/debian/patches/fix_pod.diff Tue Jul  8 04:25:45 2008
@@ -1,17 +1,19 @@
---- a/lib/Test/MockTime.pod
-+++ b/lib/Test/MockTime.pod
-@@ -41,6 +41,8 @@ calls to gmtime,time or localtime.
+Index: libtest-mocktime-perl/lib/Test/MockTime.pod
+===================================================================
+--- libtest-mocktime-perl.orig/lib/Test/MockTime.pod	2008-07-07 21:41:52.000000000 -0600
++++ libtest-mocktime-perl/lib/Test/MockTime.pod	2008-07-07 21:43:49.000000000 -0600
+@@ -43,6 +43,8 @@
  
- =head1 Functions
+ =over
  
 +=over
 +
  =item set_absolute_time
  
  If given a single, numeric argument, the argument is an absolute time (for
-@@ -115,6 +117,8 @@ C<strptime> format string of "%Y-%m-%dT%
- 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>.
+@@ -119,6 +121,8 @@
+ 
+ =back
  
 +=back
 +

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=22912&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/lib/Test/MockTime.pm (original)
+++ trunk/libtest-mocktime-perl/lib/Test/MockTime.pm Tue Jul  8 04:25:45 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: trunk/libtest-mocktime-perl/lib/Test/MockTime.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/lib/Test/MockTime.pod?rev=22912&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/lib/Test/MockTime.pod (original)
+++ trunk/libtest-mocktime-perl/lib/Test/MockTime.pod Tue Jul  8 04:25:45 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>




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