r40594 - in /branches/upstream/libtext-context-perl/current: Changes META.yml Makefile.PL lib/Text/Context.pm

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


Author: jawnsy-guest
Date: Thu Jul 23 15:47:33 2009
New Revision: 40594

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40594
Log:
[svn-upgrade] Integrating new upstream version, libtext-context-perl (3.7)

Modified:
    branches/upstream/libtext-context-perl/current/Changes
    branches/upstream/libtext-context-perl/current/META.yml
    branches/upstream/libtext-context-perl/current/Makefile.PL
    branches/upstream/libtext-context-perl/current/lib/Text/Context.pm

Modified: branches/upstream/libtext-context-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-context-perl/current/Changes?rev=40594&op=diff
==============================================================================
--- branches/upstream/libtext-context-perl/current/Changes (original)
+++ branches/upstream/libtext-context-perl/current/Changes Thu Jul 23 15:47:33 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: branches/upstream/libtext-context-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-context-perl/current/META.yml?rev=40594&op=diff
==============================================================================
--- branches/upstream/libtext-context-perl/current/META.yml (original)
+++ branches/upstream/libtext-context-perl/current/META.yml Thu Jul 23 15:47:33 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: branches/upstream/libtext-context-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-context-perl/current/Makefile.PL?rev=40594&op=diff
==============================================================================
--- branches/upstream/libtext-context-perl/current/Makefile.PL (original)
+++ branches/upstream/libtext-context-perl/current/Makefile.PL Thu Jul 23 15:47:33 2009
@@ -6,5 +6,6 @@
     'PREREQ_PM'		=> {
         'Text::Context::EitherSide' => 1.1,
         'UNIVERSAL::require'        => 0.03,
+        'HTML::Entities'            => 0,
     },
 );

Modified: branches/upstream/libtext-context-perl/current/lib/Text/Context.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-context-perl/current/lib/Text/Context.pm?rev=40594&op=diff
==============================================================================
--- branches/upstream/libtext-context-perl/current/lib/Text/Context.pm (original)
+++ branches/upstream/libtext-context-perl/current/lib/Text/Context.pm Thu Jul 23 15:47:33 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