r50115 - in /branches/upstream/libdata-pageset-perl/current: Changes META.yml lib/Data/Pageset.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jan 4 01:35:36 UTC 2010


Author: jawnsy-guest
Date: Mon Jan  4 01:35:30 2010
New Revision: 50115

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

Modified:
    branches/upstream/libdata-pageset-perl/current/Changes
    branches/upstream/libdata-pageset-perl/current/META.yml
    branches/upstream/libdata-pageset-perl/current/lib/Data/Pageset.pm

Modified: branches/upstream/libdata-pageset-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-pageset-perl/current/Changes?rev=50115&op=diff
==============================================================================
--- branches/upstream/libdata-pageset-perl/current/Changes (original)
+++ branches/upstream/libdata-pageset-perl/current/Changes Mon Jan  4 01:35:30 2010
@@ -1,4 +1,7 @@
 Revision history for Perl extension Data::Pageset.
+
+1.06 Sun  3 Jan 2010 17:41:34 GMT
+    - Switch repository to github
 
 1.05 Fri Feb 22 10:46:45 GMT 2008
 	- Fix bug in slide where last slide position is skipped (Ryan)

Modified: branches/upstream/libdata-pageset-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-pageset-perl/current/META.yml?rev=50115&op=diff
==============================================================================
--- branches/upstream/libdata-pageset-perl/current/META.yml (original)
+++ branches/upstream/libdata-pageset-perl/current/META.yml Mon Jan  4 01:35:30 2010
@@ -1,12 +1,22 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Data-Pageset
-version:      1.05
-version_from: lib/Data/Pageset.pm
-installdirs:  site
+--- #YAML:1.0
+name:               Data-Pageset
+version:            1.06
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
 requires:
-    Data::Page:                    2
-    Test::More:                    0.1
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+    Data::Page:  2
+    Test::More:  0.1
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.56
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libdata-pageset-perl/current/lib/Data/Pageset.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-pageset-perl/current/lib/Data/Pageset.pm?rev=50115&op=diff
==============================================================================
--- branches/upstream/libdata-pageset-perl/current/lib/Data/Pageset.pm (original)
+++ branches/upstream/libdata-pageset-perl/current/lib/Data/Pageset.pm Mon Jan  4 01:35:30 2010
@@ -9,7 +9,7 @@
 
 @ISA = qw(Data::Page);
 
-$VERSION = '1.05';
+$VERSION = '1.06';
 
 =head1 NAME
 
@@ -385,9 +385,9 @@
 
 Leo Lapworth C<< <LLAP at cuckoo.org> >>
 
-=head1 SVN
-
-http://code.google.com/p/llap/
+=head1 REPOSITORY
+
+http://github.com/ranguard/data-pageset
 
 =head1 CONTRIBUTORS
 




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