r30018 - in /branches/upstream/libsvg-perl/current: Changes MANIFEST META.yml lib/SVG.pm lib/SVG/Manual.pm t/99_test_pod_coverage.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 24 02:52:10 UTC 2009


Author: gregoa
Date: Sat Jan 24 02:52:07 2009
New Revision: 30018

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

Added:
    branches/upstream/libsvg-perl/current/t/99_test_pod_coverage.t
Modified:
    branches/upstream/libsvg-perl/current/Changes
    branches/upstream/libsvg-perl/current/MANIFEST
    branches/upstream/libsvg-perl/current/META.yml
    branches/upstream/libsvg-perl/current/lib/SVG.pm
    branches/upstream/libsvg-perl/current/lib/SVG/Manual.pm

Modified: branches/upstream/libsvg-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvg-perl/current/Changes?rev=30018&op=diff
==============================================================================
--- branches/upstream/libsvg-perl/current/Changes (original)
+++ branches/upstream/libsvg-perl/current/Changes Sat Jan 24 02:52:07 2009
@@ -1,4 +1,10 @@
 Revision history for Perl extension SVG.
+
+2.49    23 January, 2009
+	-Fixed bugtracker URL in YAML
+
+2.48    08 January, 2009
+	-Improved YAML and MANIFEST for cpan testers game
 
 2.47	15 December, 2008
 	-Fixed MANIFEST - replaced Changes entry

Modified: branches/upstream/libsvg-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvg-perl/current/MANIFEST?rev=30018&op=diff
==============================================================================
--- branches/upstream/libsvg-perl/current/MANIFEST (original)
+++ branches/upstream/libsvg-perl/current/MANIFEST Sat Jan 24 02:52:07 2009
@@ -1,3 +1,4 @@
+META.yml
 examples/attributeManip.pl
 examples/image_sample.pl
 examples/inline_sample.pl
@@ -19,7 +20,6 @@
 LICENSE
 Makefile.PL
 MANIFEST
-META.yml
 README
 Changes
 t/01-loadsvg.t
@@ -47,3 +47,4 @@
 t/23-xmlescape.t
 t/24-doubleuse.t
 t/98_all_pod.t
+t/99_test_pod_coverage.t

Modified: branches/upstream/libsvg-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvg-perl/current/META.yml?rev=30018&op=diff
==============================================================================
--- branches/upstream/libsvg-perl/current/META.yml (original)
+++ branches/upstream/libsvg-perl/current/META.yml Sat Jan 24 02:52:07 2009
@@ -1,13 +1,19 @@
 --- #YAML:1.0
-name:                SVG
-version:             2.47
-abstract:            Perl extension for generating Scalable Vector Graphics (SVG) documents
-license:             perl
-author:              
+name:               SVG
+version:            2.49
+abstract:           Perl extension for generating Scalable Vector Graphics (SVG) documents
+author:
     - Ronan Oger <ronan at cpan.com>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.48
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libsvg-perl/current/lib/SVG.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvg-perl/current/lib/SVG.pm?rev=30018&op=diff
==============================================================================
--- branches/upstream/libsvg-perl/current/lib/SVG.pm (original)
+++ branches/upstream/libsvg-perl/current/lib/SVG.pm Sat Jan 24 02:52:07 2009
@@ -18,7 +18,7 @@
 
 @ISA = qw(SVG::Element SVG::Extension);
 
-$VERSION = "2.47";
+$VERSION = "2.49";
 
 #-------------------------------------------------------------------------------
 

Modified: branches/upstream/libsvg-perl/current/lib/SVG/Manual.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvg-perl/current/lib/SVG/Manual.pm?rev=30018&op=diff
==============================================================================
--- branches/upstream/libsvg-perl/current/lib/SVG/Manual.pm (original)
+++ branches/upstream/libsvg-perl/current/lib/SVG/Manual.pm Sat Jan 24 02:52:07 2009
@@ -1,6 +1,6 @@
 package SVG::Manual;
 
-our $VERSION = 2.47;
+our $VERSION = 2.48;
 use vars qw($VERSION);
 use strict;
 use warnings;

Added: branches/upstream/libsvg-perl/current/t/99_test_pod_coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvg-perl/current/t/99_test_pod_coverage.t?rev=30018&op=file
==============================================================================
--- branches/upstream/libsvg-perl/current/t/99_test_pod_coverage.t (added)
+++ branches/upstream/libsvg-perl/current/t/99_test_pod_coverage.t Sat Jan 24 02:52:07 2009
@@ -1,0 +1,6 @@
+use Test::More;
+eval "use Test::Pod::Coverage";
+plan skip_all => "Test::Pod::Coverage required for testing pod coverage" if $@;
+plan tests => 2;
+pod_coverage_ok( "SVG");
+pod_coverage_ok( "SVG::Manual");




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