Skip to content

Commit

Permalink
Released version 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed May 30, 2011
1 parent 9fff54a commit 28a3824
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.19
date: Mon May 30 20:42:37 EST 2011
changes:
- Rerelease with Module::Package 0.18
---
version: 0.18
date: Mon May 30 00:00:01 EST 2011
changes:
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
@@ -1,9 +1,9 @@
use inc::Module::Package 0.16 'Ingy:modern 0.03';
use inc::Module::Package 0.18 'Ingy:modern 0.05';


__END__
# Deps list generated by:
author_requires 'Module::Package' => '0.16';
author_requires 'Module::Package' => '0.18';
author_requires 'Module::Install::TestBase' => '0.60';
4 changes: 2 additions & 2 deletions lib/WikiText/Socialtext.pm
Expand Up @@ -7,10 +7,10 @@

package WikiText::Socialtext;
use 5.008003;
use WikiText 0.13 ();
use WikiText 0.14 ();
use base 'WikiText';

our $VERSION = '0.18';
our $VERSION = '0.19';

sub to_html {
my $self = shift;
Expand Down

0 comments on commit 28a3824

Please sign in to comment.