File: readme.t

package info (click to toggle)
libbiblio-rfid-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 600 kB
  • sloc: perl: 3,833; makefile: 576; javascript: 309; ansic: 31; sh: 3
file content (10 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl -T

use Test::More tests => 3;

BEGIN {
	use_ok( 'Pod::Readme' );
}

ok( my $parser = Pod::Readme->new, 'Pod::Readme' );
ok( $parser->parse_from_file( 'lib/Biblio/RFID.pm' => 'README' ), 'README' );