6 use Test
::More tests
=> 2;
7 use DataExtract
::FixedWidth
;
11 my $de = DataExtract
::FixedWidth
->new({
12 cols
=> [qw
/foo bar baz/]
15 like
( $@
, qr/You must.*header_row/, 'cols only');
21 my $de = DataExtract
::FixedWidth
->new;
24 like
( $@
, qr/You must/, 'nothing only');