File: 00.load.t

package info (click to toggle)
libxml-atom-simplefeed-perl 0.86-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 96 kB
  • ctags: 26
  • sloc: perl: 288; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 134 bytes parent folder | download
1
2
3
4
use Test::More tests => 1;

require_ok( 'XML::Atom::SimpleFeed' )
	or BAIL_OUT( 'testing pointless if the module won\'t even load' );