r5084 - in /packages/libmail-listdetector-perl/trunk: Changes LICENSE MANIFEST META.yml Makefile.PL debian/changelog debian/control 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:13:48 UTC 2007


Author: gregoa-guest
Date: Fri Apr 13 22:13:48 2007
New Revision: 5084

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5084
Log:
* New upstream release.

Added:
    packages/libmail-listdetector-perl/trunk/LICENSE
      - copied unchanged from r5083, packages/libmail-listdetector-perl/branches/upstream/current/LICENSE
Modified:
    packages/libmail-listdetector-perl/trunk/Changes
    packages/libmail-listdetector-perl/trunk/MANIFEST
    packages/libmail-listdetector-perl/trunk/META.yml
    packages/libmail-listdetector-perl/trunk/Makefile.PL
    packages/libmail-listdetector-perl/trunk/debian/changelog
    packages/libmail-listdetector-perl/trunk/debian/control
    packages/libmail-listdetector-perl/trunk/lib/Mail/ListDetector.pm
    packages/libmail-listdetector-perl/trunk/lib/Mail/ListDetector/List.pm

Modified: packages/libmail-listdetector-perl/trunk/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-listdetector-perl/trunk/Changes?rev=5084&op=diff
==============================================================================
--- packages/libmail-listdetector-perl/trunk/Changes (original)
+++ packages/libmail-listdetector-perl/trunk/Changes Fri Apr 13 22:13:48 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.

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

Modified: packages/libmail-listdetector-perl/trunk/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-listdetector-perl/trunk/META.yml?rev=5084&op=diff
==============================================================================
--- packages/libmail-listdetector-perl/trunk/META.yml (original)
+++ packages/libmail-listdetector-perl/trunk/META.yml Fri Apr 13 22:13:48 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/trunk/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-listdetector-perl/trunk/Makefile.PL?rev=5084&op=diff
==============================================================================
--- packages/libmail-listdetector-perl/trunk/Makefile.PL (original)
+++ packages/libmail-listdetector-perl/trunk/Makefile.PL Fri Apr 13 22:13:48 2007
@@ -16,4 +16,5 @@
     },
     'AUTHOR'        => 'Michael Stevens <michael at etla.org>',
     'ABSTRACT'      => 'Mailing list message detector',
+    'LICENSE'	    => 'perl',
 );

Modified: packages/libmail-listdetector-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-listdetector-perl/trunk/debian/changelog?rev=5084&op=diff
==============================================================================
--- packages/libmail-listdetector-perl/trunk/debian/changelog (original)
+++ packages/libmail-listdetector-perl/trunk/debian/changelog Fri Apr 13 22:13:48 2007
@@ -1,3 +1,9 @@
+libmail-listdetector-perl (1.01+dfsg-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 14 Apr 2007 00:12:34 +0200
+
 libmail-listdetector-perl (0.34+dfsg-1) unstable; urgency=low
 
   * Uploading DFSG-free version of upstream version 0.34, excluding the

Modified: packages/libmail-listdetector-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-listdetector-perl/trunk/debian/control?rev=5084&op=diff
==============================================================================
--- packages/libmail-listdetector-perl/trunk/debian/control (original)
+++ packages/libmail-listdetector-perl/trunk/debian/control Fri Apr 13 22:13:48 2007
@@ -2,10 +2,11 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
 Build-Depends-Indep: perl (>= 5.6.0-16), perl-modules
 Build-Depends: debhelper (>= 5)
 Standards-Version: 3.7.2.2
+XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/packages/libmail-listdetector-perl/trunk/
 
 Package: libmail-listdetector-perl
 Architecture: all

Modified: packages/libmail-listdetector-perl/trunk/lib/Mail/ListDetector.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-listdetector-perl/trunk/lib/Mail/ListDetector.pm?rev=5084&op=diff
==============================================================================
--- packages/libmail-listdetector-perl/trunk/lib/Mail/ListDetector.pm (original)
+++ packages/libmail-listdetector-perl/trunk/lib/Mail/ListDetector.pm Fri Apr 13 22:13:48 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/trunk/lib/Mail/ListDetector/List.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-listdetector-perl/trunk/lib/Mail/ListDetector/List.pm?rev=5084&op=diff
==============================================================================
--- packages/libmail-listdetector-perl/trunk/lib/Mail/ListDetector/List.pm (original)
+++ packages/libmail-listdetector-perl/trunk/lib/Mail/ListDetector/List.pm Fri Apr 13 22:13:48 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