Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Moose & MooseX::Types to configure_requires
  Bump version to 0.12
  • Loading branch information
madsen committed May 4, 2013
1 parent 7e381fa commit 90b57a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 9 additions & 0 deletions Changes
@@ -1,5 +1,14 @@
Revision history for PostScript-Report

0.12 NOT
- Add Moose & MooseX::Types to configure_requires.
They're not actually required by Makefile.PL, but if they're
not installed, it skips the version check introduced in
version 0.11. Since many CPAN testers don't install modules
normally, but just build an @INC containing only the listed
requirements, they always skipped the version check and
continued to send reports for that Moose bug.

0.11 April 27, 2013
- Clean up type library
- Warn about conflict between MooseX::Types 0.32 and greater
Expand Down
4 changes: 0 additions & 4 deletions dist.ini
Expand Up @@ -16,7 +16,3 @@ file = Makefile.PL
skip = ^(?:charnames|constant|strict|warnings)$
configure_finder = :MakefilePL
configure_finder = :IncModules

[RemovePhasedPrereqs]
remove_configure = Moose
remove_configure = MooseX::Types
2 changes: 1 addition & 1 deletion lib/PostScript/Report.pm
Expand Up @@ -17,7 +17,7 @@ package PostScript::Report;
# ABSTRACT: Produce formatted reports in PostScript
#---------------------------------------------------------------------

our $VERSION = '0.11';
our $VERSION = '0.12';
# This file is part of {{$dist}} {{$dist_version}} ({{$date}})

use 5.008;
Expand Down

0 comments on commit 90b57a4

Please sign in to comment.