Skip to content

Commit

Permalink
add TWMC to the generated prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockway committed Sep 4, 2007
1 parent 3f90972 commit 1105829
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

0.04 Tue Sep 4 04:44:40 CDT 2007
- add T::W::M::C to the generated prereqs

0.03 AGAIN ON THE SAME DAY
- indent generated POD so that search.cpan doesn't get confused
- no functional changes
Expand Down
2 changes: 1 addition & 1 deletion data/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ name($dist);
my @path = split '::', $module;
all_from('lib/'. (join '/',@path). '.pm');


build_requires 'Catalyst::Runtime';
build_requires 'Test::WWW::Mechanize::Catalyst';
build_requires 'Test::More';
build_requires 'ok';

Expand Down
2 changes: 1 addition & 1 deletion lib/CatalystX/Starter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package CatalystX::Starter;
use strict;
use warnings;

our $VERSION = '0.03';
our $VERSION = '0.04';

use File::ShareDir qw/module_dir/;
use File::Copy::Recursive qw/dircopy/;
Expand Down

0 comments on commit 1105829

Please sign in to comment.