r71351 - in /branches/upstream/libfile-listing-perl/current: Changes META.yml Makefile.PL README lib/File/Listing.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Mar 13 18:24:06 UTC 2011


Author: periapt-guest
Date: Sun Mar 13 18:23:45 2011
New Revision: 71351

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71351
Log:
[svn-upgrade] new version libfile-listing-perl (6.01)

Modified:
    branches/upstream/libfile-listing-perl/current/Changes
    branches/upstream/libfile-listing-perl/current/META.yml
    branches/upstream/libfile-listing-perl/current/Makefile.PL
    branches/upstream/libfile-listing-perl/current/README
    branches/upstream/libfile-listing-perl/current/lib/File/Listing.pm

Modified: branches/upstream/libfile-listing-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-listing-perl/current/Changes?rev=71351&op=diff
==============================================================================
--- branches/upstream/libfile-listing-perl/current/Changes (original)
+++ branches/upstream/libfile-listing-perl/current/Changes Sun Mar 13 18:23:45 2011
@@ -1,3 +1,11 @@
+_______________________________________________________________________________
+2011-03-13 File-Listing 6.01
+
+Added legal notice and updated the meta repository link
+
+
+
+
 _______________________________________________________________________________
 2011-02-25 File-Listing 6.00
 

Modified: branches/upstream/libfile-listing-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-listing-perl/current/META.yml?rev=71351&op=diff
==============================================================================
--- branches/upstream/libfile-listing-perl/current/META.yml (original)
+++ branches/upstream/libfile-listing-perl/current/META.yml Sun Mar 13 18:23:45 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               File-Listing
-version:            6.00
+version:            6.01
 abstract:           parse directory listing
 author:
     - Gisle Aas <gisle at activestate.com>
@@ -15,7 +15,7 @@
     perl:        5.008008
 resources:
     MailingList:  mailto:libwww at perl.org
-    repository:   http://github.com/gisle/libwww-perl
+    repository:   http://github.com/gisle/libwww-perl/tree/File-Listing/master
 no_index:
     directory:
         - t

Modified: branches/upstream/libfile-listing-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-listing-perl/current/Makefile.PL?rev=71351&op=diff
==============================================================================
--- branches/upstream/libfile-listing-perl/current/Makefile.PL (original)
+++ branches/upstream/libfile-listing-perl/current/Makefile.PL Sun Mar 13 18:23:45 2011
@@ -15,7 +15,7 @@
     },
     META_MERGE => {
 	resources => {
-            repository => 'http://github.com/gisle/libwww-perl',
+            repository => 'http://github.com/gisle/libwww-perl/tree/File-Listing/master',
 	    MailingList => 'mailto:libwww at perl.org',
         }
     },

Modified: branches/upstream/libfile-listing-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-listing-perl/current/README?rev=71351&op=diff
==============================================================================
--- branches/upstream/libfile-listing-perl/current/README (original)
+++ branches/upstream/libfile-listing-perl/current/README Sun Mar 13 18:23:45 2011
@@ -46,7 +46,12 @@
     since Jan 1, 1970. The $filemode is a bitmask like the mode returned by
     stat().
 
-CREDITS
+COPYRIGHT
+    Copyright 1996-2010, Gisle Aas
+
     Based on lsparse.pl (from Lee McLoughlin's ftp mirror package) and
     Net::FTP's parse_dir (Graham Barr).
 
+    This library is free software; you can redistribute it and/or modify it
+    under the same terms as Perl itself.
+

Modified: branches/upstream/libfile-listing-perl/current/lib/File/Listing.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-listing-perl/current/lib/File/Listing.pm?rev=71351&op=diff
==============================================================================
--- branches/upstream/libfile-listing-perl/current/lib/File/Listing.pm (original)
+++ branches/upstream/libfile-listing-perl/current/lib/File/Listing.pm Sun Mar 13 18:23:45 2011
@@ -1,7 +1,7 @@
 package File::Listing;
 
 sub Version { $VERSION; }
-$VERSION = "6.00";
+$VERSION = "6.01";
 
 require Exporter;
 @ISA = qw(Exporter);
@@ -407,7 +407,12 @@
 $filetime value is the seconds since Jan 1, 1970.  The
 $filemode is a bitmask like the mode returned by stat().
 
-=head1 CREDITS
+=head1 COPYRIGHT
+
+Copyright 1996-2010, Gisle Aas
 
 Based on lsparse.pl (from Lee McLoughlin's ftp mirror package) and
 Net::FTP's parse_dir (Graham Barr).
+
+This library is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.




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