Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Aug 25, 2009
1 parent fb23919 commit 97cb2da
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 147 deletions.
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ This file documents the revision history for Perl extension Text::MultiMarkdown.
- Add SVN repository to Makefile.PL
- Remove META.yml from source control so it is regenerated
automatically.

1.0.23 2008-11-02T18:24:30
- Ship a release with the correct contents so that the tests pass.

Expand All @@ -205,3 +205,7 @@ This file documents the revision history for Perl extension Text::MultiMarkdown.
to enable <li value='X'> output for list numbering.
This feature is disabled by default.

1.0.25 2009-08-25T09:31:30
- Remove MultiMarkdown from the Text::Markdown distribution
- Change repository and bugtracker metadata to github.

5 changes: 3 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ name 'Text-Markdown';
author 'Tomas Doran <bobtfish@bobtfish.net>';
license 'bsd';
all_from 'lib/Text/Markdown.pm';
resources repository => 'http://svn.kulp.ch/cpan/text_multimarkdown';

resources bugtracker => 'http://github.com/bobtfish/text-markdown/issues';
resources repository => 'http://github.com/bobtfish/text-markdown/';

# Specific dependencies
perl_version '5.008';
Expand All @@ -21,6 +23,5 @@ build_requires 'FindBin' => undef;

# Scripts I install
prompt_script('script/Markdown.pl');
prompt_script('script/MultiMarkdown.pl');

WriteAll;
2 changes: 1 addition & 1 deletion lib/Text/Markdown.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Encode qw();
use Carp qw(croak);
use base 'Exporter';

our $VERSION = '1.0.24';
our $VERSION = '1.0.25';
our @EXPORT_OK = qw(markdown);

=head1 NAME
Expand Down
143 changes: 0 additions & 143 deletions script/MultiMarkdown.pl

This file was deleted.

0 comments on commit 97cb2da

Please sign in to comment.