File: load.t

package info (click to toggle)
libconfigreader-simple-perl 1.29-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 220 kB
  • ctags: 27
  • sloc: perl: 657; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (7)
1
2
3
4
use Test::More tests => 1;
print "Bail out! ConfigReader::Simple did not compile"
	unless use_ok( 'ConfigReader::Simple' );