r5082 - in /packages/libmail-listdetector-perl/branches/upstream/current: Changes LICENSE MANIFEST META.yml Makefile.PL lib/Mail/ListDetector.pm lib/Mail/ListDetector/List.pm

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Apr 13 22:11:37 UTC 2007


Author: gregoa-guest
Date: Fri Apr 13 22:11:37 2007
New Revision: 5082

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

Added:
    packages/libmail-listdetector-perl/branches/upstream/current/LICENSE
Modified:
    packages/libmail-listdetector-perl/branches/upstream/current/Changes
    packages/libmail-listdetector-perl/branches/upstream/current/MANIFEST
    packages/libmail-listdetector-perl/branches/upstream/current/META.yml
    packages/libmail-listdetector-perl/branches/upstream/current/Makefile.PL
    packages/libmail-listdetector-perl/branches/upstream/current/lib/Mail/ListDetector.pm
    packages/libmail-listdetector-perl/branches/upstream/current/lib/Mail/ListDetector/List.pm

Modified: packages/libmail-listdetector-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-listdetector-perl/branches/upstream/current/Changes?rev=5082&op=diff
==============================================================================
--- packages/libmail-listdetector-perl/branches/upstream/current/Changes (original)
+++ packages/libmail-listdetector-perl/branches/upstream/current/Changes Fri Apr 13 22:11:37 2007
@@ -56,3 +56,6 @@
 
 0.34 08 Apr 2006
   - Add patch for bare debug issue reported by Chip Salzenberg <chip at synthian.ath.cx>
+
+1.01 13 Mar 2007
+  - Increase CPANTS score.

Added: packages/libmail-listdetector-perl/branches/upstream/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-listdetector-perl/branches/upstream/current/LICENSE?rev=5082&op=file
==============================================================================
--- packages/libmail-listdetector-perl/branches/upstream/current/LICENSE (added)
+++ packages/libmail-listdetector-perl/branches/upstream/current/LICENSE Fri Apr 13 22:11:37 2007
@@ -1,0 +1,1 @@
+This module is distributed under the same terms as perl itself.

Modified: packages/libmail-listdetector-perl/branches/upstream/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-listdetector-perl/branches/upstream/current/MANIFEST?rev=5082&op=diff
==============================================================================
--- packages/libmail-listdetector-perl/branches/upstream/current/MANIFEST (original)
+++ packages/libmail-listdetector-perl/branches/upstream/current/MANIFEST Fri Apr 13 22:11:37 2007
@@ -29,4 +29,5 @@
 BUGS
 AUTHORS
 README
+LICENSE
 Makefile.PL

Modified: packages/libmail-listdetector-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-listdetector-perl/branches/upstream/current/META.yml?rev=5082&op=diff
==============================================================================
--- packages/libmail-listdetector-perl/branches/upstream/current/META.yml (original)
+++ packages/libmail-listdetector-perl/branches/upstream/current/META.yml Fri Apr 13 22:11:37 2007
@@ -1,15 +1,18 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Mail-ListDetector
-version:      0.34
-version_from: lib/Mail/ListDetector.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                Mail-ListDetector
+version:             1.01
+abstract:            Mailing list message detector
+license:             perl
+generated_by:        ExtUtils::MakeMaker version 6.32
+distribution_type:   module
+requires:     
     Carp:                          0
     Email::Abstract:               0
     Email::Valid:                  0.12
     Test::More:                    0.08
     URI:                           1.1
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
+    version: 1.2
+author:
+    - Michael Stevens <michael at etla.org>

Modified: packages/libmail-listdetector-perl/branches/upstream/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-listdetector-perl/branches/upstream/current/Makefile.PL?rev=5082&op=diff
==============================================================================
--- packages/libmail-listdetector-perl/branches/upstream/current/Makefile.PL (original)
+++ packages/libmail-listdetector-perl/branches/upstream/current/Makefile.PL Fri Apr 13 22:11:37 2007
@@ -16,4 +16,5 @@
     },
     'AUTHOR'        => 'Michael Stevens <michael at etla.org>',
     'ABSTRACT'      => 'Mailing list message detector',
+    'LICENSE'	    => 'perl',
 );

Modified: packages/libmail-listdetector-perl/branches/upstream/current/lib/Mail/ListDetector.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-listdetector-perl/branches/upstream/current/lib/Mail/ListDetector.pm?rev=5082&op=diff
==============================================================================
--- packages/libmail-listdetector-perl/branches/upstream/current/lib/Mail/ListDetector.pm (original)
+++ packages/libmail-listdetector-perl/branches/upstream/current/lib/Mail/ListDetector.pm Fri Apr 13 22:11:37 2007
@@ -27,7 +27,7 @@
 	
 );
 
-$VERSION = '0.34';
+$VERSION = '1.01';
 
 my @default_detectors = qw(Mailman Ezmlm Smartlist Listar Ecartis Yahoogroups CommuniGatePro GoogleGroups Listbox AutoShare RFC2919 Fml ListSTAR RFC2369 CommuniGate LetterRip Lyris Onelist Majordomo Listserv);
 
@@ -97,14 +97,14 @@
 
 =head1 METHODS
 
-=head1 new()
+=head2 new
 
 This method is the core of the module. Pass it a mail object, it will
 either return a Mail::ListDetector::List object that describes the
 mailing list that the message was posted to, or C<undef> if it appears
 not to have been a mailing list post.
 
-=head1 register_plugin($plugin_name)
+=head2 register_plugin($plugin_name)
 
 Registers a new plugin module that might recognise lists. Should
 be a subclass of Mail::ListDetector::Detector::Base, and provide

Modified: packages/libmail-listdetector-perl/branches/upstream/current/lib/Mail/ListDetector/List.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-listdetector-perl/branches/upstream/current/lib/Mail/ListDetector/List.pm?rev=5082&op=diff
==============================================================================
--- packages/libmail-listdetector-perl/branches/upstream/current/lib/Mail/ListDetector/List.pm (original)
+++ packages/libmail-listdetector-perl/branches/upstream/current/lib/Mail/ListDetector/List.pm Fri Apr 13 22:11:37 2007
@@ -56,19 +56,21 @@
 
 =head1 METHODS
 
-=head1 new()
+=head2 new
 
-=head1 listname()
+Creates a new List object.
+
+=head2 listname
 
 This method gets or sets the name of the mailing list. The name to
 set is an optional argument.
 
-=head1 posting_address()
+=head2 posting_address
 
 This method gets or sets the posting address of the mailing list.
 The posting address to set is an optional argument.
 
-=head1 listsoftware()
+=head2 listsoftware
 
 This method gets or sets the mailing list software name. The name
 to set is an optional argument.




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