r37916 - in /branches/upstream/libpdf-report-perl/current: Changes MANIFEST META.yml README lib/PDF/Report.pm t/pod-coverage.t

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Wed Jun 10 01:55:18 UTC 2009


Author: nhandler-guest
Date: Wed Jun 10 01:55:12 2009
New Revision: 37916

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37916
Log:
[svn-upgrade] Integrating new upstream version, libpdf-report-perl (1.32)

Removed:
    branches/upstream/libpdf-report-perl/current/t/pod-coverage.t
Modified:
    branches/upstream/libpdf-report-perl/current/Changes
    branches/upstream/libpdf-report-perl/current/MANIFEST
    branches/upstream/libpdf-report-perl/current/META.yml
    branches/upstream/libpdf-report-perl/current/README
    branches/upstream/libpdf-report-perl/current/lib/PDF/Report.pm

Modified: branches/upstream/libpdf-report-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpdf-report-perl/current/Changes?rev=37916&op=diff
==============================================================================
--- branches/upstream/libpdf-report-perl/current/Changes (original)
+++ branches/upstream/libpdf-report-perl/current/Changes Wed Jun 10 01:55:12 2009
@@ -1,4 +1,7 @@
 Revision history for Perl extension PDF::Report.
+
+1.32  Tue Jun  9 11:47:16 EDT 2009
+  - Removed Test::Pod::Coverage from test.
 
 1.31  Fri Jun  5 11:06:31 EDT 2009
   - Applied patch for addImgScaled() - submitted by Gregor Herrmann (Debian 

Modified: branches/upstream/libpdf-report-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpdf-report-perl/current/MANIFEST?rev=37916&op=diff
==============================================================================
--- branches/upstream/libpdf-report-perl/current/MANIFEST (original)
+++ branches/upstream/libpdf-report-perl/current/MANIFEST Wed Jun 10 01:55:12 2009
@@ -4,7 +4,6 @@
 README
 lib/PDF/Report.pm
 t/00-load.t
-t/pod-coverage.t
 t/pod.t
 examples/barcode.pl
 examples/footer.pl

Modified: branches/upstream/libpdf-report-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpdf-report-perl/current/META.yml?rev=37916&op=diff
==============================================================================
--- branches/upstream/libpdf-report-perl/current/META.yml (original)
+++ branches/upstream/libpdf-report-perl/current/META.yml Wed Jun 10 01:55:12 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               PDF-Report
-version:            1.31
+version:            1.32
 abstract:           A wrapper written for PDF::API2
 author:
     - Andy Orr <aorr_at_cpan_dot_org>

Modified: branches/upstream/libpdf-report-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpdf-report-perl/current/README?rev=37916&op=diff
==============================================================================
--- branches/upstream/libpdf-report-perl/current/README (original)
+++ branches/upstream/libpdf-report-perl/current/README Wed Jun 10 01:55:12 2009
@@ -1,4 +1,4 @@
-Dist version 1.31
+Dist version 1.32
 ==================
 
 PDF::Report is written around Alfred Reibenschuh's PDF::API2.  It provides

Modified: branches/upstream/libpdf-report-perl/current/lib/PDF/Report.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpdf-report-perl/current/lib/PDF/Report.pm?rev=37916&op=diff
==============================================================================
--- branches/upstream/libpdf-report-perl/current/lib/PDF/Report.pm (original)
+++ branches/upstream/libpdf-report-perl/current/lib/PDF/Report.pm Wed Jun 10 01:55:12 2009
@@ -2,13 +2,13 @@
 # This is a wrapper for Alfred Reibenschuh's PDF::API2
 # Defines methods to create PDF reports
 # By: Andy Orr
-# Date: 06/05/2009
-# Version: 1.31
+# Date: 06/09/2009
+# Version: 1.32
 ###############################################################################
 
 package PDF::Report;
 
-$VERSION = "1.31"; 
+$VERSION = "1.32"; 
 
 =head1 PDF::Report 
 




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