Changeset 9575
- Timestamp:
- 12/09/09 14:26:04 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre-Plugin-Catalyst/Build.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-Catalyst/Build.PL
r7850 r9575 8 8 dist_author => 'Breno G. de Oliveira <garu@cpan.org>', 9 9 dist_version_from => 'lib/Padre/Plugin/Catalyst.pm', 10 dist_abstract => ' SimpleCatalyst helper interface for Padre',10 dist_abstract => 'Catalyst helper interface for Padre', 11 11 configure_requires => { 'Padre::PluginBuilder' => 0.12, }, 12 12 build_requires => { 13 13 'Test::More' => 0, 14 14 'Module::Build' => 0.30, 15 'Padre' => 0.43, 15 }, 16 requires => { 17 'Padre' => 0.51, 16 18 'Catalyst::Devel' => 1.0, 19 'Catalyst::Runtime' => 5.70, 17 20 'Module::Pluggable::Object' => 3.9, 21 }, 22 recommends => { 23 'Task::CatInABox' => 0.03, 24 'Task::Catalyst::Tutorial' => 0.06, 18 25 }, 19 26 add_to_cleanup => [ 'Padre-Plugin-Catalyst-*' ],
Note: See TracChangeset
for help on using the changeset viewer.
