r59954 - in /branches/upstream/libmail-listdetector-perl/current: Changes META.yml README lib/Mail/ListDetector.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Jul 1 19:38:22 UTC 2010


Author: jawnsy-guest
Date: Thu Jul  1 19:38:14 2010
New Revision: 59954

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59954
Log:
[svn-upgrade] new version libmail-listdetector-perl (1.03+dfsg)

Modified:
    branches/upstream/libmail-listdetector-perl/current/Changes
    branches/upstream/libmail-listdetector-perl/current/META.yml
    branches/upstream/libmail-listdetector-perl/current/README
    branches/upstream/libmail-listdetector-perl/current/lib/Mail/ListDetector.pm

Modified: branches/upstream/libmail-listdetector-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmail-listdetector-perl/current/Changes?rev=59954&op=diff
==============================================================================
--- branches/upstream/libmail-listdetector-perl/current/Changes (original)
+++ branches/upstream/libmail-listdetector-perl/current/Changes Thu Jul  1 19:38:14 2010
@@ -64,3 +64,6 @@
   - Fix CPAN RT bug 35320 - add missing dependency
   - Add Test::Kwalitee to ensure we always have kwalitee.
   - Add github repo http://github.com/mstevens/Mail--ListDetector
+
+1.03 30 Jun 2010
+  - Make license more explicit

Modified: branches/upstream/libmail-listdetector-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmail-listdetector-perl/current/META.yml?rev=59954&op=diff
==============================================================================
--- branches/upstream/libmail-listdetector-perl/current/META.yml (original)
+++ branches/upstream/libmail-listdetector-perl/current/META.yml Thu Jul  1 19:38:14 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Mail-ListDetector
-version:            1.02
+version:            1.03
 abstract:           Mailing list message detector
 author:
     - Michael Stevens <michael at etla.org>
@@ -21,7 +21,7 @@
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.54
+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/libmail-listdetector-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmail-listdetector-perl/current/README?rev=59954&op=diff
==============================================================================
--- branches/upstream/libmail-listdetector-perl/current/README (original)
+++ branches/upstream/libmail-listdetector-perl/current/README Thu Jul  1 19:38:14 2010
@@ -19,6 +19,17 @@
 
 This module is licensed under the same terms as perl itself.
 
+It is free software; you can redistribute it and/or modify it under the terms
+of either:
+
+a) the GNU General Public License as published by the Free Software Foundation;
+either version 1, or (at your option) any later version:
+http://www.gnu.org/licenses/gpl.html
+
+or
+
+b) the "Artistic License" : http://dev.perl.org/licenses/artistic.html
+
 Created github repo for the code at http://github.com/mstevens/Mail--ListDetector
 
 Michael Stevens

Modified: branches/upstream/libmail-listdetector-perl/current/lib/Mail/ListDetector.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmail-listdetector-perl/current/lib/Mail/ListDetector.pm?rev=59954&op=diff
==============================================================================
--- branches/upstream/libmail-listdetector-perl/current/lib/Mail/ListDetector.pm (original)
+++ branches/upstream/libmail-listdetector-perl/current/lib/Mail/ListDetector.pm Thu Jul  1 19:38:14 2010
@@ -27,7 +27,7 @@
 	
 );
 
-$VERSION = '1.02';
+$VERSION = '1.03';
 
 my @default_detectors = qw(Mailman Ezmlm Smartlist Listar Ecartis Yahoogroups CommuniGatePro GoogleGroups Listbox AutoShare RFC2919 Fml ListSTAR RFC2369 CommuniGate LetterRip Lyris Onelist Majordomo Listserv);
 




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