r46403 - in /branches/upstream/libtext-multimarkdown-perl/current:	Changes MANIFEST META.yml lib/Text/MultiMarkdown.pm
    jawnsy-guest at users.alioth.debian.org 
    jawnsy-guest at users.alioth.debian.org
       
    Mon Oct 26 03:59:10 UTC 2009
    
    
  
Author: jawnsy-guest
Date: Mon Oct 26 03:59:05 2009
New Revision: 46403
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46403
Log:
[svn-upgrade] Integrating new upstream version, libtext-multimarkdown-perl (1.000031)
Modified:
    branches/upstream/libtext-multimarkdown-perl/current/Changes
    branches/upstream/libtext-multimarkdown-perl/current/MANIFEST
    branches/upstream/libtext-multimarkdown-perl/current/META.yml
    branches/upstream/libtext-multimarkdown-perl/current/lib/Text/MultiMarkdown.pm
Modified: branches/upstream/libtext-multimarkdown-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-multimarkdown-perl/current/Changes?rev=46403&op=diff
==============================================================================
--- branches/upstream/libtext-multimarkdown-perl/current/Changes (original)
+++ branches/upstream/libtext-multimarkdown-perl/current/Changes Mon Oct 26 03:59:05 2009
@@ -1,4 +1,8 @@
 This file documents the revision history for Perl extension Text::MultiMarkdown.
+
+1.0.31 2009-10-25T19:19:30
+       - Version bump to depend on 2 part version number in latest
+         Text::Markdown to avoid dependency issues.
 
 1.0.30 2009-10-22T22:04:40
        - Add support for XHTML Headers: metadata
Modified: branches/upstream/libtext-multimarkdown-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-multimarkdown-perl/current/MANIFEST?rev=46403&op=diff
==============================================================================
--- branches/upstream/libtext-multimarkdown-perl/current/MANIFEST (original)
+++ branches/upstream/libtext-multimarkdown-perl/current/MANIFEST Mon Oct 26 03:59:05 2009
@@ -163,8 +163,6 @@
 t/docs-maruku-unittest/xml_instruction.text
 t/docs-multimarkdown-todo/Amps_and_angle_encoding.html
 t/docs-multimarkdown-todo/Amps_and_angle_encoding.text
-t/docs-multimarkdown-todo/Citations.text
-t/docs-multimarkdown-todo/Citations.xhtml
 t/docs-multimarkdown-todo/Email_Obfuscation.html
 t/docs-multimarkdown-todo/Email_Obfuscation.text
 t/docs-multimarkdown-todo/Tidyness.html
Modified: branches/upstream/libtext-multimarkdown-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-multimarkdown-perl/current/META.yml?rev=46403&op=diff
==============================================================================
--- branches/upstream/libtext-multimarkdown-perl/current/META.yml (original)
+++ branches/upstream/libtext-multimarkdown-perl/current/META.yml Mon Oct 26 03:59:05 2009
@@ -32,4 +32,4 @@
   bugtracker: http://github.com/bobtfish/text-multimarkdown/issues
   license: http://opensource.org/licenses/bsd-license.php
   repository: http://github.com/bobtfish/text-multimarkdown/
-version: 1.0.30
+version: 1.000031
Modified: branches/upstream/libtext-multimarkdown-perl/current/lib/Text/MultiMarkdown.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-multimarkdown-perl/current/lib/Text/MultiMarkdown.pm?rev=46403&op=diff
==============================================================================
--- branches/upstream/libtext-multimarkdown-perl/current/lib/Text/MultiMarkdown.pm (original)
+++ branches/upstream/libtext-multimarkdown-perl/current/lib/Text/MultiMarkdown.pm Mon Oct 26 03:59:05 2009
@@ -9,7 +9,8 @@
 use Carp        qw(croak);
 use base        qw(Text::Markdown);
 
-our $VERSION   = '1.0.30';
+our $VERSION   = '1.000031'; # 1.0.31
+$VERSION = eval $VERSION;
 our @EXPORT_OK = qw(markdown);
 
 =head1 NAME
    
    
More information about the Pkg-perl-cvs-commits
mailing list