r19177 - in /branches/upstream/libtext-markdown-perl/current: Changes MANIFEST META.yml Makefile.PL Todo 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:13:00 UTC 2008


Author: gregoa
Date: Fri Apr 25 22:12:59 2008
New Revision: 19177

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

Removed:
    branches/upstream/libtext-markdown-perl/current/inc/Module/AutoInstall.pm
    branches/upstream/libtext-markdown-perl/current/inc/Module/Install/AutoInstall.pm
    branches/upstream/libtext-markdown-perl/current/inc/Module/Install/Include.pm
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/Makefile.PL
    branches/upstream/libtext-markdown-perl/current/Todo
    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/branches/upstream/libtext-markdown-perl/current/Changes?rev=19177&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/Changes (original)
+++ branches/upstream/libtext-markdown-perl/current/Changes Fri Apr 25 22:12:59 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: branches/upstream/libtext-markdown-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/branches/upstream/libtext-markdown-perl/current/MANIFEST?rev=19177&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/MANIFEST (original)
+++ branches/upstream/libtext-markdown-perl/current/MANIFEST Fri Apr 25 22:12:59 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: branches/upstream/libtext-markdown-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libtext-markdown-perl/current/META.yml?rev=19177&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/META.yml (original)
+++ branches/upstream/libtext-markdown-perl/current/META.yml Fri Apr 25 22:12:59 2008
@@ -19,4 +19,4 @@
   Encode: 0
   Text::Balanced: 0
   perl: 5.8.0
-version: 1.0.18
+version: 1.0.19

Modified: branches/upstream/libtext-markdown-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libtext-markdown-perl/current/Makefile.PL?rev=19177&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/Makefile.PL (original)
+++ branches/upstream/libtext-markdown-perl/current/Makefile.PL Fri Apr 25 22:12:59 2008
@@ -22,6 +22,4 @@
 prompt_script('script/Markdown.pl');
 prompt_script('script/MultiMarkdown.pl');
 
-auto_install;
 WriteAll;
-

Modified: branches/upstream/libtext-markdown-perl/current/Todo
URL: http://svn.debian.org/wsvn/branches/upstream/libtext-markdown-perl/current/Todo?rev=19177&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/Todo (original)
+++ branches/upstream/libtext-markdown-perl/current/Todo Fri Apr 25 22:12:59 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: branches/upstream/libtext-markdown-perl/current/lib/Text/Markdown.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libtext-markdown-perl/current/lib/Text/Markdown.pm?rev=19177&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/lib/Text/Markdown.pm (original)
+++ branches/upstream/libtext-markdown-perl/current/lib/Text/Markdown.pm Fri Apr 25 22:12:59 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: branches/upstream/libtext-markdown-perl/current/lib/Text/MultiMarkdown.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libtext-markdown-perl/current/lib/Text/MultiMarkdown.pm?rev=19177&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/lib/Text/MultiMarkdown.pm (original)
+++ branches/upstream/libtext-markdown-perl/current/lib/Text/MultiMarkdown.pm Fri Apr 25 22:12:59 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