Codebase list libmixin-linewise-perl / 382047a
add test prereq Ricardo SIGNES 14 years ago
5 changed file(s) with 8 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 Changelog for Mixin-Linewise
1
2 0.003 2010-02-14
3 add Test::More prereq
14
25 0.002 2008-06-05
36 update prereqs
55 requires('IO::File' => 0.000); # minimum unknown
66 requires('Sub::Exporter' => 0.900); # minimum unknown
77
8 test_requires('Test::More' => 0.88); # done_testing
9
810 extra_tests;
911
1012 WriteAll;
11 use warnings;
22 package Mixin::Linewise::Readers;
33
4 our $VERSION = '0.002';
4 our $VERSION = '0.003';
55
66 use Carp ();
77 use IO::File;
11 use warnings;
22 package Mixin::Linewise::Writers;
33
4 our $VERSION = '0.002';
4 our $VERSION = '0.003';
55
66 use Carp ();
77 use IO::File;
11 use warnings;
22 package Mixin::Linewise;
33 use 5.006;
4 our $VERSION = '0.002';
4 our $VERSION = '0.003';
55 use Carp ();
66 Carp::confess "not meant to be loaded";
77