Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.0.15. Changelog dif…
Browse files Browse the repository at this point in the history
…f is:

=== Changes
==================================================================
--- Changes	(revision 1001)
+++ Changes	(local)
@@ -90,3 +90,6 @@
        - Add links to other implementations and some notes about them.
        - Add a (failing) unit test for some unexpected behavior reported on 
          the list.
+
+1.0.15 2008-02-23T11:13:07
+       - Start using ShipIt to package the distribution.
  • Loading branch information
bobtfish committed Feb 23, 2008
1 parent 2f479c5 commit 15dc6c1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .shipit
@@ -0,0 +1,9 @@
# auto-generated shipit config file.
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN

svk.tagpattern = //mirror/text_multimarkdown/tags/%v

# svn.tagpattern = MyProj-%v
# svn.tagpattern = http://code.example.com/svn/tags/MyProj-%v

CheckChangeLog.files = Changes
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -90,3 +90,6 @@ This file documents the revision history for Perl extension Text::MultiMarkdown.
- Add links to other implementations and some notes about them.
- Add a (failing) unit test for some unexpected behavior reported on
the list.

1.0.15 2008-02-23T11:13:07
- Start using ShipIt to package the distribution.
3 changes: 2 additions & 1 deletion MANIFEST
Expand Up @@ -421,4 +421,5 @@ t/docs-pythonmarkdown2-tm-cases-pass/syntax_color.text
t/docs-pythonmarkdown2-tm-cases-pass/tricky_anchors.html
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/docs-pythonmarkdown2-tm-cases-pass/underline_in_autolink.text
Todo
3 changes: 2 additions & 1 deletion MANIFEST.skip
Expand Up @@ -2,4 +2,5 @@
pm_to_blib
Makefile
MANIFEST.bak
Makefile.old
Makefile.old
.shipit
2 changes: 1 addition & 1 deletion lib/Text/Markdown.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use base qw(Text::MultiMarkdown);

our $VERSION = '1.0.14';
our $VERSION = '1.0.15';
our @EXPORT_OK = qw(markdown);

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion t/20fulldocs-multimarkdown.t
Expand Up @@ -26,7 +26,7 @@ if (!$@) {
};
}
else {
warn("Install Text::Diff for more helpful failure message! ($@)");
warn("Install Text::Diff for more helpful failure messages! ($@)");
*difftest = \&Test::More::is;
}

Expand Down

0 comments on commit 15dc6c1

Please sign in to comment.