r58797 - in /trunk/liblingua-en-tagger-perl: Changes META.yml Tagger.pm debian/changelog

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jun 3 12:47:34 UTC 2010


Author: gregoa
Date: Thu Jun  3 12:47:18 2010
New Revision: 58797

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

Modified:
    trunk/liblingua-en-tagger-perl/Changes
    trunk/liblingua-en-tagger-perl/META.yml
    trunk/liblingua-en-tagger-perl/Tagger.pm
    trunk/liblingua-en-tagger-perl/debian/changelog

Modified: trunk/liblingua-en-tagger-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-tagger-perl/Changes?rev=58797&op=diff
==============================================================================
--- trunk/liblingua-en-tagger-perl/Changes (original)
+++ trunk/liblingua-en-tagger-perl/Changes Thu Jun  3 12:47:18 2010
@@ -1,4 +1,7 @@
 Revision history for Perl extension Lingua::EN::Tagger
+
+0.16            Aaron Coburn            5/11/10
+        Fixed POD errors
 
 0.14			Aaron Coburn			7/28/08
 		Upgraded license to GPL 3

Modified: trunk/liblingua-en-tagger-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-tagger-perl/META.yml?rev=58797&op=diff
==============================================================================
--- trunk/liblingua-en-tagger-perl/META.yml (original)
+++ trunk/liblingua-en-tagger-perl/META.yml Thu Jun  3 12:47:18 2010
@@ -1,16 +1,27 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Lingua-EN-Tagger
-version:      0.15
-version_from: Tagger.pm
-installdirs:  site
+--- #YAML:1.0
+name:               Lingua-EN-Tagger
+version:            0.16
+abstract:           ~
+author:
+    - Maciej Ceglowski and Aaron Coburn <maciej at ceglowski.com>, <aaron at coburncuadrado.com>
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
 requires:
-    File::Spec:                    0.84
-    HTML::Parser:                  3.45
-    Lingua::Stem:                  0.81
-    Memoize:                       1.01
-    Memoize::ExpireLRU:            0.55
-    Storable:                      2.10
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+    File::Spec:          0.84
+    HTML::Parser:        3.45
+    Lingua::Stem:        0.81
+    Memoize:             1.01
+    Memoize::ExpireLRU:  0.55
+    Storable:            2.10
+no_index:
+    directory:
+        - t
+        - inc
+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/liblingua-en-tagger-perl/Tagger.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-tagger-perl/Tagger.pm?rev=58797&op=diff
==============================================================================
--- trunk/liblingua-en-tagger-perl/Tagger.pm (original)
+++ trunk/liblingua-en-tagger-perl/Tagger.pm Thu Jun  3 12:47:18 2010
@@ -1,6 +1,6 @@
 package Lingua::EN::Tagger;
 
-our $VERSION = '0.15';
+our $VERSION = '0.16';
 
 use warnings;
 use strict;
@@ -176,9 +176,11 @@
 
 ######################################################################
 
+=back
+
 =head1 METHODS
          
- 
+=over 
 
 =item add_tags TEXT
  
@@ -967,6 +969,8 @@
 
 __END__
 
+=back
+
 =head1 AUTHORS
 
     Aaron Coburn <aaron at coburncuadrado.com>
@@ -978,11 +982,11 @@
 
 
 =head1 COPYRIGHT AND LICENSE
+
+    Copyright 2003-2010 Aaron Coburn <aaron at coburncuadrado.com>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of version 3 of the GNU General Public License as
     published by the Free Software Foundation.
 
-
-
 =cut

Modified: trunk/liblingua-en-tagger-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-tagger-perl/debian/changelog?rev=58797&op=diff
==============================================================================
--- trunk/liblingua-en-tagger-perl/debian/changelog (original)
+++ trunk/liblingua-en-tagger-perl/debian/changelog Thu Jun  3 12:47:18 2010
@@ -1,3 +1,9 @@
+liblingua-en-tagger-perl (0.16-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 03 Jun 2010 14:46:37 +0200
+
 liblingua-en-tagger-perl (0.15-1) unstable; urgency=low
 
   * Initial Release. (closes: #580275)




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