File: 00.load.t

package info (click to toggle)
libtext-autoformat-perl 1.669002-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 156 kB
  • ctags: 44
  • sloc: perl: 715; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
use Test::More tests => 1;

BEGIN {
use_ok( 'Text::Autoformat' );
}

diag( "Testing Text::Autoformat $Text::Autoformat::VERSION" );