r29087 - in /branches/upstream/libole-storage-lite-perl/current: Changes META.yml lib/OLE/Storage_Lite.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jan 1 20:26:20 UTC 2009


Author: gregoa
Date: Thu Jan  1 20:26:17 2009
New Revision: 29087

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29087
Log:
[svn-upgrade] Integrating new upstream version, libole-storage-lite-perl (0.18)

Modified:
    branches/upstream/libole-storage-lite-perl/current/Changes
    branches/upstream/libole-storage-lite-perl/current/META.yml
    branches/upstream/libole-storage-lite-perl/current/lib/OLE/Storage_Lite.pm

Modified: branches/upstream/libole-storage-lite-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libole-storage-lite-perl/current/Changes?rev=29087&op=diff
==============================================================================
--- branches/upstream/libole-storage-lite-perl/current/Changes (original)
+++ branches/upstream/libole-storage-lite-perl/current/Changes Thu Jan  1 20:26:17 2009
@@ -1,4 +1,10 @@
 Revision history for Perl extension OLE::Storage_Lite.
+
+
+0.18  Wed Dec 31  00:00:00 2008
+
+    - Fixed internal version numbers.
+
 
 0.17  Tue May 10  00:00:00 2008
 
@@ -7,6 +13,7 @@
       patch in 0.15.
       http://rt.cpan.org/Public/Bug/Display.html?id=34567
       Reported by Andrew Benham.
+
 
 0.16  Tue Feb 19  23:00:00 2008
 

Modified: branches/upstream/libole-storage-lite-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libole-storage-lite-perl/current/META.yml?rev=29087&op=diff
==============================================================================
--- branches/upstream/libole-storage-lite-perl/current/META.yml (original)
+++ branches/upstream/libole-storage-lite-perl/current/META.yml Thu Jan  1 20:26:17 2009
@@ -1,10 +1,13 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         OLE-Storage_Lite
-version:      0.17
-version_from: lib/OLE/Storage_Lite.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+--- #YAML:1.0
+name:                OLE-Storage_Lite
+version:             0.18
+abstract:            Read and write OLE storage files.
+license:             ~
+author:              
+    - Kawai Takanori (kwitknr at cpan.org)
+generated_by:        ExtUtils::MakeMaker version 6.44
+distribution_type:   module
+requires:     
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: branches/upstream/libole-storage-lite-perl/current/lib/OLE/Storage_Lite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libole-storage-lite-perl/current/lib/OLE/Storage_Lite.pm?rev=29087&op=diff
==============================================================================
--- branches/upstream/libole-storage-lite-perl/current/lib/OLE/Storage_Lite.pm (original)
+++ branches/upstream/libole-storage-lite-perl/current/lib/OLE/Storage_Lite.pm Thu Jan  1 20:26:17 2009
@@ -12,7 +12,7 @@
 use strict;
 use vars qw($VERSION @ISA);
 @ISA = qw(Exporter);
-$VERSION = '0.17';
+$VERSION = '0.18';
 
 #------------------------------------------------------------------------------
 # new (OLE::Storage_Lite::PPS)
@@ -171,7 +171,7 @@
 use Fcntl;
 use vars qw($VERSION @ISA);
 @ISA = qw(OLE::Storage_Lite::PPS Exporter);
-$VERSION = '0.17';
+$VERSION = '0.18';
 sub _savePpsSetPnt($$$);
 sub _savePpsSetPnt2($$$);
 #------------------------------------------------------------------------------
@@ -711,7 +711,7 @@
 use strict;
 use vars qw($VERSION @ISA);
 @ISA = qw(OLE::Storage_Lite::PPS Exporter);
-$VERSION = '0.17';
+$VERSION = '0.18';
 #------------------------------------------------------------------------------
 # new (OLE::Storage_Lite::PPS::File)
 #------------------------------------------------------------------------------
@@ -799,7 +799,7 @@
 use strict;
 use vars qw($VERSION @ISA);
 @ISA = qw(OLE::Storage_Lite::PPS Exporter);
-$VERSION = '0.17';
+$VERSION = '0.18';
 sub new ($$;$$$) {
     my($sClass, $sName, $raTime1st, $raTime2nd, $raChild) = @_;
     OLE::Storage_Lite::PPS::_new(
@@ -829,7 +829,7 @@
 
 use vars qw($VERSION @ISA @EXPORT);
 @ISA = qw(Exporter);
-$VERSION = '0.16';
+$VERSION = '0.18';
 sub _getPpsSearch($$$$$;$);
 sub _getPpsTree($$$;$);
 #------------------------------------------------------------------------------




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