r28575 - in /branches/upstream/libsql-abstract-limit-perl/current: Changes META.yml lib/SQL/Abstract/Limit.pm

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Tue Dec 23 15:10:06 UTC 2008


Author: eloy
Date: Tue Dec 23 15:10:03 2008
New Revision: 28575

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28575
Log:
[svn-upgrade] Integrating new upstream version, libsql-abstract-limit-perl (0.14.1)

Modified:
    branches/upstream/libsql-abstract-limit-perl/current/Changes
    branches/upstream/libsql-abstract-limit-perl/current/META.yml
    branches/upstream/libsql-abstract-limit-perl/current/lib/SQL/Abstract/Limit.pm

Modified: branches/upstream/libsql-abstract-limit-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsql-abstract-limit-perl/current/Changes?rev=28575&op=diff
==============================================================================
--- branches/upstream/libsql-abstract-limit-perl/current/Changes (original)
+++ branches/upstream/libsql-abstract-limit-perl/current/Changes Tue Dec 23 15:10:03 2008
@@ -3,6 +3,9 @@
 CHANGES
 
 ** indicates API changes
+
+0.141 22nd December 2008, 22:13
+    - fixed pod syntax
 
 0.14 22nd December 2008, 14:48
     - added support for Informix, provided by Paul Falbe.

Modified: branches/upstream/libsql-abstract-limit-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsql-abstract-limit-perl/current/META.yml?rev=28575&op=diff
==============================================================================
--- branches/upstream/libsql-abstract-limit-perl/current/META.yml (original)
+++ branches/upstream/libsql-abstract-limit-perl/current/META.yml Tue Dec 23 15:10:03 2008
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         SQL-Abstract-Limit
-version:      0.14
+version:      0.141
 version_from: lib/SQL/Abstract/Limit.pm
 installdirs:  site
 requires:

Modified: branches/upstream/libsql-abstract-limit-perl/current/lib/SQL/Abstract/Limit.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsql-abstract-limit-perl/current/lib/SQL/Abstract/Limit.pm?rev=28575&op=diff
==============================================================================
--- branches/upstream/libsql-abstract-limit-perl/current/lib/SQL/Abstract/Limit.pm (original)
+++ branches/upstream/libsql-abstract-limit-perl/current/lib/SQL/Abstract/Limit.pm Tue Dec 23 15:10:03 2008
@@ -15,7 +15,7 @@
 
 =cut    
 
-our $VERSION = '0.14';
+our $VERSION = '0.141';
 
 # additions / error reports welcome !
 our %SyntaxMap = (  mssql    => 'Top',
@@ -954,7 +954,7 @@
 =end notes
 
 
-=notes
+=begin notes
 
 =item First
 




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