[Bps-public-commit] r12352 - in Test-Tagged: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu May 15 09:27:41 EDT 2008
Author: sartak
Date: Thu May 15 09:27:41 2008
New Revision: 12352
Added:
Test-Tagged/t/
Test-Tagged/t/000-load.t
Modified:
Test-Tagged/ (props changed)
Log:
r55915 at onn: sartak | 2008-05-15 09:25:05 -0400
Basic loading-up test
Added: Test-Tagged/t/000-load.t
==============================================================================
--- (empty file)
+++ Test-Tagged/t/000-load.t Thu May 15 09:27:41 2008
@@ -0,0 +1,6 @@
+#!/usr/bin/env perl
+use Test::More tests => 2;
+
+use_ok 'Test::Tagged';
+use_ok 'App::Prove::Plugin::Tagged';
+
More information about the Bps-public-commit
mailing list