r19179 - in /trunk/libtext-markdown-perl: Changes MANIFEST META.yml Makefile.PL Todo debian/changelog inc/Module/AutoInstall.pm inc/Module/Install/AutoInstall.pm inc/Module/Install/Include.pm lib/Text/Markdown.pm lib/Text/MultiMarkdown.pm
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Fri Apr 25 22:14:20 UTC 2008
Author: gregoa
Date: Fri Apr 25 22:14:20 2008
New Revision: 19179
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19179
Log:
New upstream release.
Removed:
trunk/libtext-markdown-perl/inc/Module/AutoInstall.pm
trunk/libtext-markdown-perl/inc/Module/Install/AutoInstall.pm
trunk/libtext-markdown-perl/inc/Module/Install/Include.pm
Modified:
trunk/libtext-markdown-perl/Changes
trunk/libtext-markdown-perl/MANIFEST
trunk/libtext-markdown-perl/META.yml
trunk/libtext-markdown-perl/Makefile.PL
trunk/libtext-markdown-perl/Todo
trunk/libtext-markdown-perl/debian/changelog
trunk/libtext-markdown-perl/lib/Text/Markdown.pm
trunk/libtext-markdown-perl/lib/Text/MultiMarkdown.pm
Modified: trunk/libtext-markdown-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-markdown-perl/Changes?rev=19179&op=diff
==============================================================================
--- trunk/libtext-markdown-perl/Changes (original)
+++ trunk/libtext-markdown-perl/Changes Fri Apr 25 22:14:20 2008
@@ -154,3 +154,7 @@
and Text-MultiMarkdown tests in MDTest format.
- Add and document an accessor for the parsed markdown URLs.
- Fix html4tags option in Markdown.pl and MultiMarkdown.pl
+
+1.0.19 2008-04-22T18:34:00
+ - Remove auto_install from Makefile.PL, this is a deprecated feature
+ and it shouldn't be being used at all.
Modified: trunk/libtext-markdown-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-markdown-perl/MANIFEST?rev=19179&op=diff
==============================================================================
--- trunk/libtext-markdown-perl/MANIFEST (original)
+++ trunk/libtext-markdown-perl/MANIFEST Fri Apr 25 22:14:20 2008
@@ -1,13 +1,10 @@
+Changes
inc/Module/Install/Makefile.pm
Makefile.PL
-Changes
-inc/Module/AutoInstall.pm
inc/Module/Install.pm
-inc/Module/Install/AutoInstall.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
-inc/Module/Install/Include.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Scripts.pm
inc/Module/Install/Win32.pm
@@ -15,7 +12,7 @@
lib/Text/Markdown.pm
lib/Text/MultiMarkdown.pm
License.text
-MANIFEST This_list_of_files
+MANIFEST This_list_of_files
MANIFEST.skip
META.yml
README
@@ -203,8 +200,8 @@
t/docs-php-markdown-todo/Emphasis.text
t/docs-php-markdown-todo/Inline_HTML_(Span).html
t/docs-php-markdown-todo/Inline_HTML_(Span).text
+t/docs-php-markdown-todo/Ins_and_del.text
t/docs-php-markdown-todo/Ins_and_del.xhtml
-t/docs-php-markdown-todo/Ins_and_del.text
t/docs-php-markdown-todo/Links_inline_style.html
t/docs-php-markdown-todo/Links_inline_style.text
t/docs-php-markdown-todo/Nesting.html
@@ -325,58 +322,46 @@
t/docs-pythonmarkdown2-tm-cases-pass/tricky_anchors.text
t/docs-pythonmarkdown2-tm-cases-pass/underline_in_autolink.html
t/docs-pythonmarkdown2-tm-cases-pass/underline_in_autolink.text
-t/Markdown-from-MDTest1.1.mdtest/Amps_and_angle_encoding.xhtml
t/Markdown-from-MDTest1.1.mdtest/Amps_and_angle_encoding.text
t/Markdown-from-MDTest1.1.mdtest/Amps_and_angle_encoding.xhtml
t/Markdown-from-MDTest1.1.mdtest/Auto_links.text
t/Markdown-from-MDTest1.1.mdtest/Auto_links.xhtml
t/Markdown-from-MDTest1.1.mdtest/Backslash_escapes.text
t/Markdown-from-MDTest1.1.mdtest/Backslash_escapes.xhtml
-t/Markdown-from-MDTest1.1.mdtest/Blockquotes_with_code_blocks.xhtml
t/Markdown-from-MDTest1.1.mdtest/Blockquotes_with_code_blocks.text
t/Markdown-from-MDTest1.1.mdtest/Blockquotes_with_code_blocks.xhtml
t/Markdown-from-MDTest1.1.mdtest/Code_Blocks.text
t/Markdown-from-MDTest1.1.mdtest/Code_Blocks.xhtml
t/Markdown-from-MDTest1.1.mdtest/Code_Spans.text
t/Markdown-from-MDTest1.1.mdtest/Code_Spans.xhtml
-t/Markdown-from-MDTest1.1.mdtest/Hard-wrapped_paragraphs_with_list-like_lines.xhtml
-t/Markdown-from-MDTest1.1.mdtest/Hard-wrapped_paragraphs_with_list-like_lines.text
t/Markdown-from-MDTest1.1.mdtest/Hard-wrapped_paragraphs_with_list-like_lines.text
t/Markdown-from-MDTest1.1.mdtest/Hard-wrapped_paragraphs_with_list-like_lines.xhtml
t/Markdown-from-MDTest1.1.mdtest/Horizontal_rules.text
t/Markdown-from-MDTest1.1.mdtest/Horizontal_rules.xhtml
t/Markdown-from-MDTest1.1.mdtest/Images.text
t/Markdown-from-MDTest1.1.mdtest/Images.xhtml
-t/Markdown-from-MDTest1.1.mdtest/Inline_HTML_comments.text
t/Markdown-from-MDTest1.1.mdtest/Inline_HTML_(Advanced).text
t/Markdown-from-MDTest1.1.mdtest/Inline_HTML_(Advanced).xhtml
t/Markdown-from-MDTest1.1.mdtest/Inline_HTML_(Simple).html
t/Markdown-from-MDTest1.1.mdtest/Inline_HTML_(Simple).text
t/Markdown-from-MDTest1.1.mdtest/Inline_HTML_comments.html
t/Markdown-from-MDTest1.1.mdtest/Inline_HTML_comments.text
-t/Markdown-from-MDTest1.1.mdtest/Links,_inline_style.xhtml
t/Markdown-from-MDTest1.1.mdtest/Links,_inline_style.text
t/Markdown-from-MDTest1.1.mdtest/Links,_inline_style.xhtml
-t/Markdown-from-MDTest1.1.mdtest/Links,_reference_style.xhtml
t/Markdown-from-MDTest1.1.mdtest/Links,_reference_style.text
t/Markdown-from-MDTest1.1.mdtest/Links,_reference_style.xhtml
-t/Markdown-from-MDTest1.1.mdtest/Links,_shortcut_references.xhtml
t/Markdown-from-MDTest1.1.mdtest/Links,_shortcut_references.text
t/Markdown-from-MDTest1.1.mdtest/Links,_shortcut_references.xhtml
-t/Markdown-from-MDTest1.1.mdtest/Literal_quotes_in_titles.xhtml
t/Markdown-from-MDTest1.1.mdtest/Literal_quotes_in_titles.text
t/Markdown-from-MDTest1.1.mdtest/Literal_quotes_in_titles.xhtml
-t/Markdown-from-MDTest1.1.mdtest/Markdown_Documentation_-_Syntax.xhtml
t/Markdown-from-MDTest1.1.mdtest/Markdown_Documentation_-_Basics.text
t/Markdown-from-MDTest1.1.mdtest/Markdown_Documentation_-_Basics.xhtml
t/Markdown-from-MDTest1.1.mdtest/Markdown_Documentation_-_Syntax.text
t/Markdown-from-MDTest1.1.mdtest/Markdown_Documentation_-_Syntax.xhtml
t/Markdown-from-MDTest1.1.mdtest/Nested_blockquotes.text
t/Markdown-from-MDTest1.1.mdtest/Nested_blockquotes.xhtml
-t/Markdown-from-MDTest1.1.mdtest/Ordered_and_unordered_lists.xhtml
t/Markdown-from-MDTest1.1.mdtest/Ordered_and_unordered_lists.text
t/Markdown-from-MDTest1.1.mdtest/Ordered_and_unordered_lists.xhtml
-t/Markdown-from-MDTest1.1.mdtest/Strong_and_em_together.xhtml
t/Markdown-from-MDTest1.1.mdtest/Strong_and_em_together.text
t/Markdown-from-MDTest1.1.mdtest/Strong_and_em_together.xhtml
t/Markdown-from-MDTest1.1.mdtest/Tabs.text
@@ -389,7 +374,6 @@
t/PHP_Markdown-from-MDTest1.1.mdtest/Code_block_in_a_list_item.xhtml
t/PHP_Markdown-from-MDTest1.1.mdtest/Code_Spans.text
t/PHP_Markdown-from-MDTest1.1.mdtest/Code_Spans.xhtml
-t/PHP_Markdown-from-MDTest1.1.mdtest/Email_auto_links.xhtml
t/PHP_Markdown-from-MDTest1.1.mdtest/Email_auto_links.text
t/PHP_Markdown-from-MDTest1.1.mdtest/Email_auto_links.xhtml
t/PHP_Markdown-from-MDTest1.1.mdtest/Emphasis.text
@@ -398,7 +382,6 @@
t/PHP_Markdown-from-MDTest1.1.mdtest/Headers.xhtml
t/PHP_Markdown-from-MDTest1.1.mdtest/Horizontal_Rules.text
t/PHP_Markdown-from-MDTest1.1.mdtest/Horizontal_Rules.xhtml
-t/PHP_Markdown-from-MDTest1.1.mdtest/Inline_HTML_comments.text
t/PHP_Markdown-from-MDTest1.1.mdtest/Inline_HTML_(Simple).html
t/PHP_Markdown-from-MDTest1.1.mdtest/Inline_HTML_(Simple).text
t/PHP_Markdown-from-MDTest1.1.mdtest/Inline_HTML_(Span).text
@@ -407,14 +390,12 @@
t/PHP_Markdown-from-MDTest1.1.mdtest/Inline_HTML_comments.text
t/PHP_Markdown-from-MDTest1.1.mdtest/Ins_and_del.text
t/PHP_Markdown-from-MDTest1.1.mdtest/Ins_and_del.xhtml
-t/PHP_Markdown-from-MDTest1.1.mdtest/Links,_inline_style.xhtml
t/PHP_Markdown-from-MDTest1.1.mdtest/Links,_inline_style.text
t/PHP_Markdown-from-MDTest1.1.mdtest/Links,_inline_style.xhtml
t/PHP_Markdown-from-MDTest1.1.mdtest/MD5_Hashes.text
t/PHP_Markdown-from-MDTest1.1.mdtest/MD5_Hashes.xhtml
t/PHP_Markdown-from-MDTest1.1.mdtest/Nesting.text
t/PHP_Markdown-from-MDTest1.1.mdtest/Nesting.xhtml
-t/PHP_Markdown-from-MDTest1.1.mdtest/Parens_in_URL.xhtml
t/PHP_Markdown-from-MDTest1.1.mdtest/Parens_in_URL.text
t/PHP_Markdown-from-MDTest1.1.mdtest/Parens_in_URL.xhtml
t/PHP_Markdown-from-MDTest1.1.mdtest/PHP-Specific_Bugs.text
Modified: trunk/libtext-markdown-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-markdown-perl/META.yml?rev=19179&op=diff
==============================================================================
--- trunk/libtext-markdown-perl/META.yml (original)
+++ trunk/libtext-markdown-perl/META.yml Fri Apr 25 22:14:20 2008
@@ -19,4 +19,4 @@
Encode: 0
Text::Balanced: 0
perl: 5.8.0
-version: 1.0.18
+version: 1.0.19
Modified: trunk/libtext-markdown-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-markdown-perl/Makefile.PL?rev=19179&op=diff
==============================================================================
--- trunk/libtext-markdown-perl/Makefile.PL (original)
+++ trunk/libtext-markdown-perl/Makefile.PL Fri Apr 25 22:14:20 2008
@@ -22,6 +22,4 @@
prompt_script('script/Markdown.pl');
prompt_script('script/MultiMarkdown.pl');
-auto_install;
WriteAll;
-
Modified: trunk/libtext-markdown-perl/Todo
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-markdown-perl/Todo?rev=19179&op=diff
==============================================================================
--- trunk/libtext-markdown-perl/Todo (original)
+++ trunk/libtext-markdown-perl/Todo Fri Apr 25 22:14:20 2008
@@ -1,4 +1,4 @@
-Todo pre 1.0.19:
+Todo pre 1.0.20:
. Allow scripts to be used on multiple input files at once (processing in
command line order)
. Fix nasty corner cases which other people have fixed (babelmark links)
@@ -10,7 +10,7 @@
host?
. Merge latest MultiMarkdown work http://groups.google.com/group/multimarkdown/t/4a4210b359065bed
-Todo pre 1.0.20:
+Todo pre 1.0.21:
. Make Markdown.pl and MultiMarkdown.pl warn if unexpected options are
used, and also have docs on what options are available. Expose the other
module options in the scripts.
@@ -20,7 +20,7 @@
. Document the markdown (and multimarkdown) syntaxes in the module
properly.
-Todo pre 1.0.21:
+Todo pre 1.0.22:
. Stop perl shitting itself due to regex backreference when doing lists
and fix the list bug
(see t/17ulolreportedonlist.t and Markdown mailing list)
@@ -30,7 +30,7 @@
49.4 0.569 0.568 113 0.0050 0.0050 Text::Balanced::_match_tagged
18.1 0.209 0.791 3 0.0696 0.2637 Text::MultiMarkdown::_HashHTMLBlocks
-Todo pre 1.0.22:
+Todo pre 1.0.23:
. Have a look at extra features in
http://code.google.com/p/python-markdown2/wiki/Extras and put anything
we consider useful on the roadmap.
Modified: trunk/libtext-markdown-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-markdown-perl/debian/changelog?rev=19179&op=diff
==============================================================================
--- trunk/libtext-markdown-perl/debian/changelog (original)
+++ trunk/libtext-markdown-perl/debian/changelog Fri Apr 25 22:14:20 2008
@@ -1,3 +1,9 @@
+libtext-markdown-perl (1.0.19-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org> Sat, 26 Apr 2008 00:13:29 +0200
+
libtext-markdown-perl (1.0.18-1) unstable; urgency=low
* New upstream release
Modified: trunk/libtext-markdown-perl/lib/Text/Markdown.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-markdown-perl/lib/Text/Markdown.pm?rev=19179&op=diff
==============================================================================
--- trunk/libtext-markdown-perl/lib/Text/Markdown.pm (original)
+++ trunk/libtext-markdown-perl/lib/Text/Markdown.pm Fri Apr 25 22:14:20 2008
@@ -8,7 +8,7 @@
use Carp qw(croak);
use base 'Exporter';
-our $VERSION = '1.0.18';
+our $VERSION = '1.0.19';
our @EXPORT_OK = qw(markdown);
=head1 NAME
Modified: trunk/libtext-markdown-perl/lib/Text/MultiMarkdown.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-markdown-perl/lib/Text/MultiMarkdown.pm?rev=19179&op=diff
==============================================================================
--- trunk/libtext-markdown-perl/lib/Text/MultiMarkdown.pm (original)
+++ trunk/libtext-markdown-perl/lib/Text/MultiMarkdown.pm Fri Apr 25 22:14:20 2008
@@ -8,7 +8,7 @@
use Carp qw(croak);
use base qw(Text::Markdown);
-our $VERSION = '1.0.18';
+our $VERSION = '1.0.19';
our @EXPORT_OK = qw(markdown);
=head1 NAME
More information about the Pkg-perl-cvs-commits
mailing list