r40596 - in /trunk/libtext-context-perl: Changes META.yml Makefile.PL debian/changelog lib/Text/Context.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Jul 23 15:49:05 UTC 2009


Author: jawnsy-guest
Date: Thu Jul 23 15:48:58 2009
New Revision: 40596

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40596
Log:
No upgrade necessary, only a dependency fix
* New upstream release

Modified:
    trunk/libtext-context-perl/Changes
    trunk/libtext-context-perl/META.yml
    trunk/libtext-context-perl/Makefile.PL
    trunk/libtext-context-perl/debian/changelog
    trunk/libtext-context-perl/lib/Text/Context.pm

Modified: trunk/libtext-context-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-context-perl/Changes?rev=40596&op=diff
==============================================================================
--- trunk/libtext-context-perl/Changes (original)
+++ trunk/libtext-context-perl/Changes Thu Jul 23 15:48:58 2009
@@ -1,4 +1,7 @@
 Revision history for Perl extension Text::Context.
+
+3.7  Thu Jul 23 11:08:38 EEST 2009
+    - Add dependency on HTML::Entities (Jonathan Yu)
 
 3.6  Tue Sep  6 21:51:11 UTC 2005
     - Doc changes

Modified: trunk/libtext-context-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-context-perl/META.yml?rev=40596&op=diff
==============================================================================
--- trunk/libtext-context-perl/META.yml (original)
+++ trunk/libtext-context-perl/META.yml Thu Jul 23 15:48:58 2009
@@ -1,12 +1,15 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Text-Context
-version:      3.6
-version_from: lib/Text/Context.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                Text-Context
+version:             3.7
+abstract:            ~
+license:             ~
+author:              ~
+generated_by:        ExtUtils::MakeMaker version 6.44
+distribution_type:   module
+requires:     
+    HTML::Entities:                0
     Text::Context::EitherSide:     1.1
     UNIVERSAL::require:            0.03
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: trunk/libtext-context-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-context-perl/Makefile.PL?rev=40596&op=diff
==============================================================================
--- trunk/libtext-context-perl/Makefile.PL (original)
+++ trunk/libtext-context-perl/Makefile.PL Thu Jul 23 15:48:58 2009
@@ -6,5 +6,6 @@
     'PREREQ_PM'		=> {
         'Text::Context::EitherSide' => 1.1,
         'UNIVERSAL::require'        => 0.03,
+        'HTML::Entities'            => 0,
     },
 );

Modified: trunk/libtext-context-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-context-perl/debian/changelog?rev=40596&op=diff
==============================================================================
--- trunk/libtext-context-perl/debian/changelog (original)
+++ trunk/libtext-context-perl/debian/changelog Thu Jul 23 15:48:58 2009
@@ -1,3 +1,11 @@
+libtext-context-perl (3.7-1) UNRELEASED; urgency=low
+
+  No upgrade necessary, only a dependency fix
+
+  * New upstream release
+
+ -- Jonathan Yu <frequency at cpan.org>  Thu, 23 Jul 2009 07:47:57 -0400
+
 libtext-context-perl (3.6-1) unstable; urgency=low
 
   * Initial Release (Closes: #537974)

Modified: trunk/libtext-context-perl/lib/Text/Context.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-context-perl/lib/Text/Context.pm?rev=40596&op=diff
==============================================================================
--- trunk/libtext-context-perl/lib/Text/Context.pm (original)
+++ trunk/libtext-context-perl/lib/Text/Context.pm Thu Jul 23 15:48:58 2009
@@ -5,7 +5,7 @@
 
 use UNIVERSAL::require;
 
-our $VERSION = "3.6";
+our $VERSION = "3.7";
 
 =head1 NAME
 




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