File: 00-load.t

package info (click to toggle)
libstring-interpolate-named-perl 1.06-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: perl: 430; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! perl

use Test::More tests => 1;

BEGIN {
	use_ok( 'String::Interpolate::Named' );
}

diag( "Testing String::Interpolate::Named $String::Interpolate::Named::VERSION, Perl $], $^X" );