r11188 - in /trunk/libtime-local-perl: Changes MANIFEST META.yml Makefile.PL debian/changelog debian/control debian/watch lib/Time/Local.pm t/pod-coverage.t t/pod.t

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Fri Dec 14 00:08:01 UTC 2007


Author: gwolf
Date: Fri Dec 14 00:08:00 2007
New Revision: 11188

URL: http://svn.debian.org/wsvn/?sc=1&rev=11188
Log:
New upstream version; finishing the adoption by the pkg-perl team

Added:
    trunk/libtime-local-perl/t/pod-coverage.t
      - copied unchanged from r11187, branches/upstream/libtime-local-perl/current/t/pod-coverage.t
    trunk/libtime-local-perl/t/pod.t
      - copied unchanged from r11187, branches/upstream/libtime-local-perl/current/t/pod.t
Modified:
    trunk/libtime-local-perl/Changes
    trunk/libtime-local-perl/MANIFEST
    trunk/libtime-local-perl/META.yml
    trunk/libtime-local-perl/Makefile.PL
    trunk/libtime-local-perl/debian/changelog
    trunk/libtime-local-perl/debian/control
    trunk/libtime-local-perl/debian/watch
    trunk/libtime-local-perl/lib/Time/Local.pm

Modified: trunk/libtime-local-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/Changes?rev=11188&op=diff
==============================================================================
--- trunk/libtime-local-perl/Changes (original)
+++ trunk/libtime-local-perl/Changes Fri Dec 14 00:08:00 2007
@@ -1,3 +1,12 @@
+1.18    2007-10-31
+
+- Added pod and pod coverage tests.
+
+- Doing a new release to provide a conformant META.yml file.
+
+- This release contains no code changes from 1.17.
+
+
 1.17    2007-01-25
 
 - I made the same test count mistake as was in 1.14 again. This

Modified: trunk/libtime-local-perl/MANIFEST
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/MANIFEST?rev=11188&op=diff
==============================================================================
--- trunk/libtime-local-perl/MANIFEST (original)
+++ trunk/libtime-local-perl/MANIFEST Fri Dec 14 00:08:00 2007
@@ -6,4 +6,6 @@
 MANIFEST.SKIP
 README
 t/Local.t
+t/pod-coverage.t
+t/pod.t
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libtime-local-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/META.yml?rev=11188&op=diff
==============================================================================
--- trunk/libtime-local-perl/META.yml (original)
+++ trunk/libtime-local-perl/META.yml Fri Dec 14 00:08:00 2007
@@ -1,9 +1,9 @@
 --- #YAML:1.0
 name:                Time-Local
-version:             1.17
+version:             1.18
 abstract:            ~
-license:             ~
-generated_by:        ExtUtils::MakeMaker version 6.31
+license:             perl
+generated_by:        ExtUtils::MakeMaker version 6.36
 distribution_type:   module
 requires:     
 meta-spec:

Modified: trunk/libtime-local-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/Makefile.PL?rev=11188&op=diff
==============================================================================
--- trunk/libtime-local-perl/Makefile.PL (original)
+++ trunk/libtime-local-perl/Makefile.PL Fri Dec 14 00:08:00 2007
@@ -2,8 +2,13 @@
 
 use ExtUtils::MakeMaker;
 
-WriteMakefile( NAME         => 'Time::Local',
-               VERSION_FROM => 'lib/Time/Local.pm',
-               AUTHOR       => 'Dave Rolsky <autarch at urth.org>',
-               INSTALLDIRS  => 'perl',
-             );
+my %mm = ( NAME         => 'Time::Local',
+           VERSION_FROM => 'lib/Time/Local.pm',
+           AUTHOR       => 'Dave Rolsky <autarch at urth.org>',
+           INSTALLDIRS  => 'perl',
+         );
+$mm{LICENSE} = 'perl'
+    if $ExtUtils::MakeMaker::VERSION >= 6.31;
+
+WriteMakefile(%mm);
+

Modified: trunk/libtime-local-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/debian/changelog?rev=11188&op=diff
==============================================================================
--- trunk/libtime-local-perl/debian/changelog (original)
+++ trunk/libtime-local-perl/debian/changelog Fri Dec 14 00:08:00 2007
@@ -1,10 +1,16 @@
-libtime-local-perl (1.17-2) UNRELEASED; urgency=low
+libtime-local-perl (1.18-1) UNRELEASED; urgency=low
 
-  * NEEDS WORK - Maintainer, watch, etc
+  [Damyan Ivanov]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
 
- -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:55:06 +0200
+  [Gunnar Wolf]
+  * New upstream release
+  * Bumped up standards-version to 3.7.3
+  * Fixed debian/watch to follow the module, not the author
+  * Set the maintainer to the pkg-perl group
+
+ -- Gunnar Wolf <gwolf at debian.org>  Thu, 13 Dec 2007 18:06:49 -0600
 
 libtime-local-perl (1.17-1) unstable; urgency=low
 

Modified: trunk/libtime-local-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/debian/control?rev=11188&op=diff
==============================================================================
--- trunk/libtime-local-perl/debian/control (original)
+++ trunk/libtime-local-perl/debian/control Fri Dec 14 00:08:00 2007
@@ -1,10 +1,11 @@
 Source: libtime-local-perl
 Section: perl
 Priority: extra
-Maintainer: Jose Luis Rivas <ghostbar38 at gmail.com>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>
 Build-Depends-Indep: perl
 Build-Depends: cdbs, debhelper (>= 5)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Time-Local/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtime-local-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-local-perl/

Modified: trunk/libtime-local-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/debian/watch?rev=11188&op=diff
==============================================================================
--- trunk/libtime-local-perl/debian/watch (original)
+++ trunk/libtime-local-perl/debian/watch Fri Dec 14 00:08:00 2007
@@ -1,2 +1,3 @@
+# format version number, currently 3; this line is compulsory!
 version=3
-http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Time-Local-(\d+\.\d+)\.tar\.gz
+http://search.cpan.org/dist/Time-Local/ .*/Time-Local-([\.\d]+)\.(?:tar\.gz|tar|tgz)$

Modified: trunk/libtime-local-perl/lib/Time/Local.pm
URL: http://svn.debian.org/wsvn/trunk/libtime-local-perl/lib/Time/Local.pm?rev=11188&op=diff
==============================================================================
--- trunk/libtime-local-perl/lib/Time/Local.pm (original)
+++ trunk/libtime-local-perl/lib/Time/Local.pm Fri Dec 14 00:08:00 2007
@@ -7,7 +7,7 @@
 use integer;
 
 use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK );
-$VERSION   = '1.17';
+$VERSION   = '1.18';
 
 @ISA       = qw( Exporter );
 @EXPORT    = qw( timegm timelocal );
@@ -222,11 +222,15 @@
 
 =head1 FUNCTIONS
 
+=head2 C<timelocal()> and C<timegm()>
+
 This module exports two functions by default, C<timelocal()> and
 C<timegm()>.
 
 The C<timelocal()> and C<timegm()> functions perform range checking on
 the input $sec, $min, $hour, $mday, and $mon values by default.
+
+=head2 C<timelocal_nocheck()> and C<timegm_nocheck()>
 
 If you are working with data you know to be valid, you can speed your
 code up by using the "nocheck" variants, C<timelocal_nocheck()> and
@@ -350,6 +354,15 @@
 http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Time-Local or via email
 at bug-time-local at rt.cpan.org.
 
+=head1 COPYRIGHT
+
+Copyright (c) 1997-2003 Graham Barr, 2003-2007 David Rolsky.  All
+rights reserved.  This program is free software; you can redistribute
+it and/or modify it under the same terms as Perl itself.
+
+The full text of the license can be found in the LICENSE file included
+with this module.
+
 =head1 AUTHOR
 
 This module is based on a Perl 4 library, timelocal.pl, that was




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