r30020 - in /trunk/libsvg-perl: Changes MANIFEST META.yml debian/changelog 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:53:37 UTC 2009


Author: gregoa
Date: Sat Jan 24 02:53:33 2009
New Revision: 30020

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30020
Log:
New upstream release.

Added:
    trunk/libsvg-perl/t/99_test_pod_coverage.t
      - copied unchanged from r30019, branches/upstream/libsvg-perl/current/t/99_test_pod_coverage.t
Modified:
    trunk/libsvg-perl/Changes
    trunk/libsvg-perl/MANIFEST
    trunk/libsvg-perl/META.yml
    trunk/libsvg-perl/debian/changelog
    trunk/libsvg-perl/lib/SVG.pm
    trunk/libsvg-perl/lib/SVG/Manual.pm

Modified: trunk/libsvg-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/Changes?rev=30020&op=diff
==============================================================================
--- trunk/libsvg-perl/Changes (original)
+++ trunk/libsvg-perl/Changes Sat Jan 24 02:53:33 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: trunk/libsvg-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/MANIFEST?rev=30020&op=diff
==============================================================================
--- trunk/libsvg-perl/MANIFEST (original)
+++ trunk/libsvg-perl/MANIFEST Sat Jan 24 02:53:33 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: trunk/libsvg-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/META.yml?rev=30020&op=diff
==============================================================================
--- trunk/libsvg-perl/META.yml (original)
+++ trunk/libsvg-perl/META.yml Sat Jan 24 02:53:33 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: trunk/libsvg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/debian/changelog?rev=30020&op=diff
==============================================================================
--- trunk/libsvg-perl/debian/changelog (original)
+++ trunk/libsvg-perl/debian/changelog Sat Jan 24 02:53:33 2009
@@ -1,3 +1,9 @@
+libsvg-perl (2.49-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 24 Jan 2009 03:52:37 +0100
+
 libsvg-perl (2.47-1) unstable; urgency=low
 
   [ gregor herrmann ]

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

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




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