Codebase list libcapture-tiny-perl / 8138ea9
fix typo David Golden 15 years ago
1 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1919 requires => {
2020 'perl' => 5.006,
2121 'Exporter' => 0,
22 'File::Spec' => 0,
2223 'File::Temp' => 0.14,
2324 'IO::Handle' => 0,
2425 },
2829 meta_add => {
2930 no_index => {
3031 directory => [ qw/ examples inc t /],
31 }
32 },
33 resources => {
34 repository => "http://github.com/dagolden/Capture-Tiny/",
35 bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Capture-Tiny",
36 },
3237 },
3338 );
3439 $build->create_build_script;
40