Skip to content

Commit

Permalink
Preparing version 2.12. Noting the move to Github.
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Aug 8, 2009
1 parent 91607f1 commit 3f59019
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.12 -

- Now hosted at github
-- Source: http://github.com/bradchoate/text-textile/tree/master
-- Bugs: http://github.com/bradchoate/text-textile/issues


2.10 -

- Now requires 5.6.1.
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ if ( $ExtUtils::MakeMaker::VERSION =~ /^\d\.\d\d$/ and $ExtUtils::MakeMaker::VER
if ( $ExtUtils::MakeMaker::VERSION ge '6.46' ) {
$parms{META_MERGE} = {
resources => {
bugtracker => 'http://code.google.com/p/text-textile/issues/list',
repository => 'http://code.google.com/p/text-textile/source',
bugtracker => 'http://github.com/bradchoate/text-textile/issues',
repository => 'http://github.com/bradchoate/text-textile/tree/master',
}
};
}
Expand Down
10 changes: 9 additions & 1 deletion lib/Text/Textile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

use base 'Exporter';
our @EXPORT_OK = qw(textile);
our $VERSION = 2.10;
our $VERSION = 2.12;
our $debug = 0;

sub new {
Expand Down Expand Up @@ -3535,6 +3535,14 @@ if necessary). The best way to make sure you produce valid
XHTML with Textile is to not use any HTML markup at all--
use the Textile syntax and let it produce the markup for you.
=head1 BUGS & SOURCE
Text::Textile is hosted at github.
Source: L<http://github.com/bradchoate/text-textile/tree/master>
Bugs: L<http://github.com/bradchoate/text-textile/issues>
=head1 COPYRIGHT & LICENSE
Copyright 2005-2009 Brad Choate, brad@bradchoate.com.
Expand Down

0 comments on commit 3f59019

Please sign in to comment.