File: 00-load.t

package info (click to toggle)
libmodule-starter-plugin-simplestore-perl 0.144-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: perl: 117; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
use Test::More tests => 3;

BEGIN {
	use_ok( 'Module::Starter::Plugin::DirStore' );
	use_ok( 'Module::Starter::Plugin::InlineStore' );
	use_ok( 'Module::Starter::Plugin::ModuleStore' );
}

diag( "Testing Module-Starter-Plugin-SimpleStore $Module::Starter::Plugin::DirStore::VERSION" );