r19817 - in /trunk/libdate-manip-perl: Build.PL HISTORY MANIFEST META.yml Makefile.PL README debian/changelog examples/ lib/Date/Manip.pm
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat May 10 19:02:02 UTC 2008
Author: gregoa
Date: Sat May 10 19:02:01 2008
New Revision: 19817
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19817
Log:
New upstream release.
Added:
trunk/libdate-manip-perl/examples/
- copied from r19816, branches/upstream/libdate-manip-perl/current/examples/
Modified:
trunk/libdate-manip-perl/Build.PL
trunk/libdate-manip-perl/HISTORY
trunk/libdate-manip-perl/MANIFEST
trunk/libdate-manip-perl/META.yml
trunk/libdate-manip-perl/Makefile.PL
trunk/libdate-manip-perl/README
trunk/libdate-manip-perl/debian/changelog
trunk/libdate-manip-perl/lib/Date/Manip.pm
Modified: trunk/libdate-manip-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/Build.PL?rev=19817&op=diff
==============================================================================
--- trunk/libdate-manip-perl/Build.PL (original)
+++ trunk/libdate-manip-perl/Build.PL Sat May 10 19:02:01 2008
@@ -3,7 +3,7 @@
my $build = Module::Build->new(
license => 'perl',
- dist_version => '5.52',
+ dist_version => '5.54',
dist_author => 'Sullivan Beck <sbeck at cpan.org>',
module_name => 'Date::Manip',
dist_abstract => 'date manipulation routines',
Modified: trunk/libdate-manip-perl/HISTORY
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/HISTORY?rev=19817&op=diff
==============================================================================
--- trunk/libdate-manip-perl/HISTORY (original)
+++ trunk/libdate-manip-perl/HISTORY Sat May 10 19:02:01 2008
@@ -834,6 +834,14 @@
Version 5.52 2008-05-08
Released
+Version 5.53 DEVELOPMENT
+ Final changes to meet requirements on http://cpants.perl.org/
+ Bug fix so it won't fail with "Too early to specify a build action"
+
+Version 5.54 2008-05-09
+
+Version 5.55 DEVELOPMENT
+
#########################################################################
# Backwards incompatibilities
#########################################################################
Modified: trunk/libdate-manip-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/MANIFEST?rev=19817&op=diff
==============================================================================
--- trunk/libdate-manip-perl/MANIFEST (original)
+++ trunk/libdate-manip-perl/MANIFEST Sat May 10 19:02:01 2008
@@ -1,5 +1,6 @@
Build.PL
DateManip.cnf
+examples/README.examples
HISTORY
INSTALL
lib/Date/Manip.pm
@@ -7,7 +8,6 @@
LICENSE
Makefile.PL
MANIFEST This list of files
-META.yml
README
README.FIRST
t/convtz.t
@@ -55,3 +55,4 @@
t/test.pl
t/unixdate.t
TODO
+META.yml
Modified: trunk/libdate-manip-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/META.yml?rev=19817&op=diff
==============================================================================
--- trunk/libdate-manip-perl/META.yml (original)
+++ trunk/libdate-manip-perl/META.yml Sat May 10 19:02:01 2008
@@ -1,6 +1,6 @@
---
name: Date-Manip
-version: 5.52
+version: 5.54
author:
- 'Sullivan Beck <sbeck at cpan.org>'
abstract: date manipulation routines
@@ -16,7 +16,7 @@
provides:
Date::Manip:
file: lib/Date/Manip.pm
- version: 5.52
+ version: 5.54
generated_by: Module::Build version 0.2808
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.2.html
Modified: trunk/libdate-manip-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/Makefile.PL?rev=19817&op=diff
==============================================================================
--- trunk/libdate-manip-perl/Makefile.PL (original)
+++ trunk/libdate-manip-perl/Makefile.PL Sat May 10 19:02:01 2008
@@ -3,12 +3,13 @@
WriteMakefile(
NAME => 'Date::Manip',
- VERSION => '5.52',
+ VERSION => '5.54',
($] >= 5.005
? (ABSTRACT=>'date manipulation routines',
AUTHOR =>'Sullivan Beck (sbeck at cpan.org)')
: ()),
'dist' => {COMPRESS=>'gzip',SUFFIX=>'gz'},
+ PL_FILES => {},
PREREQ_PM => {
'Carp' => '0',
'IO::File' => '0',
Modified: trunk/libdate-manip-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/README?rev=19817&op=diff
==============================================================================
--- trunk/libdate-manip-perl/README (original)
+++ trunk/libdate-manip-perl/README Sat May 10 19:02:01 2008
@@ -2559,7 +2559,7 @@
Date::Manip tries hard to determine the local time zone, but on some
machines, it cannot do this (especially non-Unix systems). To fix
this, just set the TZ variable, either at the top of the Manip.pm
- file,, in the DateManip.cnf file, or in a call to Date_Init. I
+ file, in the DateManip.cnf file, or in a call to Date_Init. I
suggest using the form "EST5EDT" so you don't have to change it
every 6 months when going to or from daylight saving time.
Modified: trunk/libdate-manip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/debian/changelog?rev=19817&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/changelog (original)
+++ trunk/libdate-manip-perl/debian/changelog Sat May 10 19:02:01 2008
@@ -1,3 +1,9 @@
+libdate-manip-perl (5.54-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org> Sat, 10 May 2008 21:01:16 +0200
+
libdate-manip-perl (5.52-1) unstable; urgency=low
* New upstream release.
Modified: trunk/libdate-manip-perl/lib/Date/Manip.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/lib/Date/Manip.pm?rev=19817&op=diff
==============================================================================
--- trunk/libdate-manip-perl/lib/Date/Manip.pm (original)
+++ trunk/libdate-manip-perl/lib/Date/Manip.pm Sat May 10 19:02:01 2008
@@ -213,7 +213,7 @@
use IO::File;
-$VERSION="5.52";
+$VERSION="5.54";
########################################################################
########################################################################
More information about the Pkg-perl-cvs-commits
mailing list