use Pod::Readme
[Biblio-RFID.git] / t / readme.t
1 #!/usr/bin/perl -T
2
3 use Test::More tests => 3;
4
5 BEGIN {
6         use_ok( 'Pod::Readme' );
7 }
8
9 ok( my $parser = Pod::Readme->new, 'Pod::Readme' );
10 ok( $parser->parse_from_file( 'lib/RFID/Biblio.pm' => 'README' ), 'README' );