Skip to content

Commit

Permalink
Changes for v1.002
Browse files Browse the repository at this point in the history
  • Loading branch information
book committed May 21, 2012
1 parent 4bcb6b4 commit dac5bc1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use Module::Build;
my $build = Module::Build->new(
module_name => 'Acme-MetaSyntactic-Themes', # complains if this is not set!
dist_name => 'Acme-MetaSyntactic-Themes',
dist_version => '1.001',
dist_version => '1.002',
dist_abstract => 'The original set of Acme::MetaSyntactic themes',
dist_author => 'Philippe Bruhat (BooK) <book@cpan.org>',
license => 'perl',
Expand Down
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Revision history for Acme-MetaSyntactic-Themes

1.002 Mon May 21 2012
[NEW THEME 2012/05/21]
- reindeer
[THEME UPDATES]
- colours
- muses
- tmnt

1.001 Mon May 14 2012
[NEW THEME 2012/05/14]
- muses
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ lib/Acme/MetaSyntactic/punctuation.pm
lib/Acme/MetaSyntactic/pynchon.pm
lib/Acme/MetaSyntactic/python.pm
lib/Acme/MetaSyntactic/quantum.pm
lib/Acme/MetaSyntactic/reindeer.pm
lib/Acme/MetaSyntactic/robin.pm
lib/Acme/MetaSyntactic/roman.pm
lib/Acme/MetaSyntactic/scooby_doo.pm
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Acme::MetaSyntactic::Themes',
AUTHOR => 'Philippe Bruhat (BooK) <book@cpan.org>',
VERSION => '1.001',
VERSION => '1.002',
ABSTRACT => 'The original set of Acme::MetaSyntactic themes',
PL_FILES => {},
BUILD_REQUIRES => {
Expand Down

0 comments on commit dac5bc1

Please sign in to comment.