r46462 - in /branches/upstream/libtext-markdown-perl/current: Changes MANIFEST META.yml Text-Markdown-1.0.25.tar.gz Text-Markdown-1.0.26.tar.gz lib/Text/Markdown.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Oct 27 16:44:36 UTC 2009


Author: jawnsy-guest
Date: Tue Oct 27 16:44:31 2009
New Revision: 46462

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

Removed:
    branches/upstream/libtext-markdown-perl/current/Text-Markdown-1.0.25.tar.gz
    branches/upstream/libtext-markdown-perl/current/Text-Markdown-1.0.26.tar.gz
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

Modified: branches/upstream/libtext-markdown-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-markdown-perl/current/Changes?rev=46462&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/Changes (original)
+++ branches/upstream/libtext-markdown-perl/current/Changes Tue Oct 27 16:44:31 2009
@@ -1,4 +1,7 @@
 This file documents the revision history for Perl extension Text::Markdown.
+
+1.0.28 2009-10-27T14:28:12
+        - Fix MANIFEST.skip to avoid extraneous crap in the distribution.
 
 1.0.27 2009-10-25T19:13:47
         - Change to perl style version numbers (from 3 part versions) to

Modified: branches/upstream/libtext-markdown-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-markdown-perl/current/MANIFEST?rev=46462&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/MANIFEST (original)
+++ branches/upstream/libtext-markdown-perl/current/MANIFEST Tue Oct 27 16:44:31 2009
@@ -394,6 +394,4 @@
 t/Text-Markdown.mdtest/PHP-ASP_tags.xhtml
 t/Text-Markdown.mdtest/Unicode.text
 t/Text-Markdown.mdtest/Unicode.xhtml
-Text-Markdown-1.0.25.tar.gz
-Text-Markdown-1.0.26.tar.gz
 Todo

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=46462&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/META.yml (original)
+++ branches/upstream/libtext-markdown-perl/current/META.yml Tue Oct 27 16:44:31 2009
@@ -12,7 +12,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 distribution_type: module
-generated_by: 'Module::Install version 0.910'
+generated_by: 'Module::Install version 0.91'
 license: bsd
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -31,4 +31,4 @@
   bugtracker: http://github.com/bobtfish/text-markdown/issues
   license: http://opensource.org/licenses/bsd-license.php
   repository: http://github.com/bobtfish/text-markdown/
-version: 1.000027
+version: 1.000028

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=46462&op=diff
==============================================================================
--- branches/upstream/libtext-markdown-perl/current/lib/Text/Markdown.pm (original)
+++ branches/upstream/libtext-markdown-perl/current/lib/Text/Markdown.pm Tue Oct 27 16:44:31 2009
@@ -9,7 +9,7 @@
 use Carp        qw(croak);
 use base        'Exporter';
 
-our $VERSION   = '1.000027'; # 1.0.27
+our $VERSION   = '1.000028'; # 1.0.28
 $VERSION = eval $VERSION;
 our @EXPORT_OK = qw(markdown);
 




More information about the Pkg-perl-cvs-commits mailing list