Skip to content

Commit

Permalink
Bump ini-writer prereq to strip bundle prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Mar 25, 2013
1 parent d03d7d9 commit 7b7bef1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -4,6 +4,8 @@ Revision history for Dist-Zilla-Plugin-BundleInspector


- Use namespace::autoclean - Use namespace::autoclean
- Use type coercion instead of BUILDARGS - Use type coercion instead of BUILDARGS
- Require Config::MVP::Writer::INI 0.003 for strip_bundle_prefix
to fix test failures.


0.002 2013-03-21T04:36:12Z 0.002 2013-03-21T04:36:12Z


Expand Down
3 changes: 3 additions & 0 deletions dist.ini
Expand Up @@ -9,6 +9,9 @@ copyright_year = 2013


[Prereqs] [Prereqs]
Dist::Zilla = 4 Dist::Zilla = 4

Config::MVP::Writer::INI = 0.003

; not actually used but the plugin likely won't work properly without it ; not actually used but the plugin likely won't work properly without it
Dist::Zilla::Plugin::Bootstrap::lib = 0 Dist::Zilla::Plugin::Bootstrap::lib = 0


Expand Down
4 changes: 2 additions & 2 deletions t/plugin.t
Expand Up @@ -27,10 +27,10 @@ INI
ini => <<'INI', ini => <<'INI',
=head1 Config =head1 Config
[Angels / @Catapult/Of::The::Silences] [Angels / Of::The::Silences]
:version = 3 :version = 3
[Daylight / @Catapult/Fading] [Daylight / Fading]
[ImNotSleeping] [ImNotSleeping]
[@Goodnight] [@Goodnight]
Expand Down

0 comments on commit 7b7bef1

Please sign in to comment.