r46405 - in /trunk/libtext-multimarkdown-perl: Changes MANIFEST META.yml debian/changelog lib/Text/MultiMarkdown.pm
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Mon Oct 26 04:01:12 UTC 2009
Author: jawnsy-guest
Date: Mon Oct 26 04:00:51 2009
New Revision: 46405
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46405
Log:
Only changes version numbering scheme. It's strange that there
are now two tarballs bundled in the new upstream release.
IGNORE-VERSION: 1.000031-1
* New upstream release
Modified:
trunk/libtext-multimarkdown-perl/Changes
trunk/libtext-multimarkdown-perl/MANIFEST
trunk/libtext-multimarkdown-perl/META.yml
trunk/libtext-multimarkdown-perl/debian/changelog
trunk/libtext-multimarkdown-perl/lib/Text/MultiMarkdown.pm
Modified: trunk/libtext-multimarkdown-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-multimarkdown-perl/Changes?rev=46405&op=diff
==============================================================================
--- trunk/libtext-multimarkdown-perl/Changes (original)
+++ trunk/libtext-multimarkdown-perl/Changes Mon Oct 26 04:00:51 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: trunk/libtext-multimarkdown-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-multimarkdown-perl/MANIFEST?rev=46405&op=diff
==============================================================================
--- trunk/libtext-multimarkdown-perl/MANIFEST (original)
+++ trunk/libtext-multimarkdown-perl/MANIFEST Mon Oct 26 04:00:51 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: trunk/libtext-multimarkdown-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-multimarkdown-perl/META.yml?rev=46405&op=diff
==============================================================================
--- trunk/libtext-multimarkdown-perl/META.yml (original)
+++ trunk/libtext-multimarkdown-perl/META.yml Mon Oct 26 04:00:51 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: trunk/libtext-multimarkdown-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-multimarkdown-perl/debian/changelog?rev=46405&op=diff
==============================================================================
--- trunk/libtext-multimarkdown-perl/debian/changelog (original)
+++ trunk/libtext-multimarkdown-perl/debian/changelog Mon Oct 26 04:00:51 2009
@@ -1,3 +1,13 @@
+libtext-multimarkdown-perl (1.000031-1) UNRELEASED; urgency=low
+
+ Only changes version numbering scheme. It's strange that there
+ are now two tarballs bundled in the new upstream release.
+ IGNORE-VERSION: 1.000031-1
+
+ * New upstream release
+
+ -- Jonathan Yu <jawnsy at cpan.org> Sun, 25 Oct 2009 20:27:44 -0400
+
libtext-multimarkdown-perl (1.0.30-1) unstable; urgency=low
* New upstream release
Modified: trunk/libtext-multimarkdown-perl/lib/Text/MultiMarkdown.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-multimarkdown-perl/lib/Text/MultiMarkdown.pm?rev=46405&op=diff
==============================================================================
--- trunk/libtext-multimarkdown-perl/lib/Text/MultiMarkdown.pm (original)
+++ trunk/libtext-multimarkdown-perl/lib/Text/MultiMarkdown.pm Mon Oct 26 04:00:51 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