r26704 - in /branches/upstream/libtext-markdown-perl/current: Changes MANIFEST MANIFEST.skip META.yml Makefile lib/Text/Markdown.pm lib/Text/MultiMarkdown.pm
ansgar-guest at users.alioth.debian.org
ansgar-guest at users.alioth.debian.org
Fri Nov 7 22:36:52 UTC 2008
Author: ansgar-guest
Date: Fri Nov 7 22:36:50 2008
New Revision: 26704
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26704
Log:
[svn-upgrade] Integrating new upstream version, libtext-markdown-perl (1.0.23)
Removed:
branches/upstream/libtext-markdown-perl/current/MANIFEST.skip
branches/upstream/libtext-markdown-perl/current/Makefile
Modified:
branches/upstream/libtext-markdown-perl/current/Changes
branches/upstream/libtext-markdown-perl/current/MANIFEST
branches/upstream/libtext-markdown-perl/current/META.yml
branches/upstream/libtext-markdown-perl/current/lib/Text/Markdown.pm
branches/upstream/libtext-markdown-perl/current/lib/Text/MultiMarkdown.pm
Modified: branches/upstream/libtext-markdown-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-markdown-perl/current/Changes?rev=26704&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/Changes (original)
+++ branches/upstream/libtext-markdown-perl/current/Changes Fri Nov 7 22:36:50 2008
@@ -195,4 +195,7 @@
- RT#40303 - Fix use in Mason by adding "use re 'eval'" to both files.
- Add SVN repository to Makefile.PL
- Remove META.yml from source control so it is regenerated
- automatically.
+ automatically.
+
+1.0.23 2008-11-02T18:24:30
+ - Ship a release with the correct contents so that the tests pass.
Modified: branches/upstream/libtext-markdown-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-markdown-perl/current/MANIFEST?rev=26704&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/MANIFEST (original)
+++ branches/upstream/libtext-markdown-perl/current/MANIFEST Fri Nov 7 22:36:50 2008
@@ -3,6 +3,7 @@
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
+inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Scripts.pm
inc/Module/Install/Win32.pm
@@ -11,9 +12,9 @@
lib/Text/MultiMarkdown.pm
License.text
MANIFEST This list of files
-MANIFEST.skip
META.yml
README
+Makefile.PL
Readme.text
script/Markdown.pl
script/MultiMarkdown.pl
Modified: branches/upstream/libtext-markdown-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-markdown-perl/current/META.yml?rev=26704&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/META.yml (original)
+++ branches/upstream/libtext-markdown-perl/current/META.yml Fri Nov 7 22:36:50 2008
@@ -26,4 +26,4 @@
perl: 5.8.0
resources:
repository: http://svn.kulp.ch/cpan/text_multimarkdown
-version: 1.0.22
+version: 1.0.23
Modified: branches/upstream/libtext-markdown-perl/current/lib/Text/Markdown.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-markdown-perl/current/lib/Text/Markdown.pm?rev=26704&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/lib/Text/Markdown.pm (original)
+++ branches/upstream/libtext-markdown-perl/current/lib/Text/Markdown.pm Fri Nov 7 22:36:50 2008
@@ -9,7 +9,7 @@
use Carp qw(croak);
use base 'Exporter';
-our $VERSION = '1.0.22';
+our $VERSION = '1.0.23';
our @EXPORT_OK = qw(markdown);
=head1 NAME
Modified: branches/upstream/libtext-markdown-perl/current/lib/Text/MultiMarkdown.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-markdown-perl/current/lib/Text/MultiMarkdown.pm?rev=26704&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/lib/Text/MultiMarkdown.pm (original)
+++ branches/upstream/libtext-markdown-perl/current/lib/Text/MultiMarkdown.pm Fri Nov 7 22:36:50 2008
@@ -9,7 +9,7 @@
use Carp qw(croak);
use base qw(Text::Markdown);
-our $VERSION = '1.0.22';
+our $VERSION = '1.0.23';
our @EXPORT_OK = qw(markdown);
=head1 NAME
More information about the Pkg-perl-cvs-commits
mailing list