r14161 - in /branches/upstream/libpar-dist-perl/current: Changes MANIFEST META.yml SIGNATURE lib/PAR/Dist.pm
eloy at users.alioth.debian.org
eloy at users.alioth.debian.org
Tue Feb 5 10:19:59 UTC 2008
Author: eloy
Date: Tue Feb 5 10:19:59 2008
New Revision: 14161
URL: http://svn.debian.org/wsvn/?sc=1&rev=14161
Log:
[svn-upgrade] Integrating new upstream version, libpar-dist-perl (0.27)
Removed:
branches/upstream/libpar-dist-perl/current/SIGNATURE
Modified:
branches/upstream/libpar-dist-perl/current/Changes
branches/upstream/libpar-dist-perl/current/MANIFEST
branches/upstream/libpar-dist-perl/current/META.yml
branches/upstream/libpar-dist-perl/current/lib/PAR/Dist.pm
Modified: branches/upstream/libpar-dist-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libpar-dist-perl/current/Changes?rev=14161&op=diff
==============================================================================
--- branches/upstream/libpar-dist-perl/current/Changes (original)
+++ branches/upstream/libpar-dist-perl/current/Changes Tue Feb 5 10:19:59 2008
@@ -1,3 +1,8 @@
+By: smueller on 2008/02/04
+ * No more signature. I keep breaking things with it.
+ * This is 0.27.
+____________________________________________________________________________
+
By: smueller on 2008/02/03
* If the return code from LWP::Simple is 304/not modified,
then that's a success. So we shouldn't throw an error.
Modified: branches/upstream/libpar-dist-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/branches/upstream/libpar-dist-perl/current/MANIFEST?rev=14161&op=diff
==============================================================================
--- branches/upstream/libpar-dist-perl/current/MANIFEST (original)
+++ branches/upstream/libpar-dist-perl/current/MANIFEST Tue Feb 5 10:19:59 2008
@@ -4,7 +4,6 @@
MANIFEST This list of files
META.yml
README
-SIGNATURE
t/00pod.t
t/00podcover.t
t/01basic.t
Modified: branches/upstream/libpar-dist-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libpar-dist-perl/current/META.yml?rev=14161&op=diff
==============================================================================
--- branches/upstream/libpar-dist-perl/current/META.yml (original)
+++ branches/upstream/libpar-dist-perl/current/META.yml Tue Feb 5 10:19:59 2008
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: PAR-Dist
-version: 0.26
+version: 0.27
abstract: Create and manipulate PAR distributions
license: ~
author:
Modified: branches/upstream/libpar-dist-perl/current/lib/PAR/Dist.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpar-dist-perl/current/lib/PAR/Dist.pm?rev=14161&op=diff
==============================================================================
--- branches/upstream/libpar-dist-perl/current/lib/PAR/Dist.pm (original)
+++ branches/upstream/libpar-dist-perl/current/lib/PAR/Dist.pm Tue Feb 5 10:19:59 2008
@@ -2,7 +2,7 @@
require Exporter;
use vars qw/$VERSION @ISA @EXPORT @EXPORT_OK/;
-$VERSION = '0.26';
+$VERSION = '0.27';
@ISA = 'Exporter';
@EXPORT = qw/
blib_to_par
More information about the Pkg-perl-cvs-commits
mailing list