r59956 - in /trunk/libmail-listdetector-perl: Changes META.yml README debian/changelog lib/Mail/ListDetector.pm

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


Author: jawnsy-guest
Date: Thu Jul  1 19:39:47 2010
New Revision: 59956

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59956
Log:
integrated new version, STILL needs proper copyright information

Modified:
    trunk/libmail-listdetector-perl/Changes
    trunk/libmail-listdetector-perl/META.yml
    trunk/libmail-listdetector-perl/README
    trunk/libmail-listdetector-perl/debian/changelog
    trunk/libmail-listdetector-perl/lib/Mail/ListDetector.pm

Modified: trunk/libmail-listdetector-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-listdetector-perl/Changes?rev=59956&op=diff
==============================================================================
--- trunk/libmail-listdetector-perl/Changes (original)
+++ trunk/libmail-listdetector-perl/Changes Thu Jul  1 19:39:47 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: trunk/libmail-listdetector-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-listdetector-perl/META.yml?rev=59956&op=diff
==============================================================================
--- trunk/libmail-listdetector-perl/META.yml (original)
+++ trunk/libmail-listdetector-perl/META.yml Thu Jul  1 19:39:47 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: trunk/libmail-listdetector-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-listdetector-perl/README?rev=59956&op=diff
==============================================================================
--- trunk/libmail-listdetector-perl/README (original)
+++ trunk/libmail-listdetector-perl/README Thu Jul  1 19:39:47 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: trunk/libmail-listdetector-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-listdetector-perl/debian/changelog?rev=59956&op=diff
==============================================================================
--- trunk/libmail-listdetector-perl/debian/changelog (original)
+++ trunk/libmail-listdetector-perl/debian/changelog Thu Jul  1 19:39:47 2010
@@ -1,4 +1,4 @@
-libmail-listdetector-perl (1.02+dfsg-1) UNRELEASED; urgency=low
+libmail-listdetector-perl (1.03+dfsg-1) UNRELEASED; urgency=low
 
   NOTE: needs copyright clarification from upstream
 
@@ -31,7 +31,7 @@
   * bump required versions of libemail-abstract-perl and libemail-valid-perl as
     per upstream
 
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 22 Dec 2009 08:08:07 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 01 Jul 2010 16:28:19 -0400
 
 libmail-listdetector-perl (1.01+dfsg-3) unstable; urgency=low
 

Modified: trunk/libmail-listdetector-perl/lib/Mail/ListDetector.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-listdetector-perl/lib/Mail/ListDetector.pm?rev=59956&op=diff
==============================================================================
--- trunk/libmail-listdetector-perl/lib/Mail/ListDetector.pm (original)
+++ trunk/libmail-listdetector-perl/lib/Mail/ListDetector.pm Thu Jul  1 19:39:47 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