]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - t/Example.t
Backported from 0.04_01
[perl/modules/re-engine-Plugin.git] / t / Example.t
diff --git a/t/Example.t b/t/Example.t
deleted file mode 100644 (file)
index f9080c0..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-use strict;
-use lib 't';
-use Test::More tests => 1;
-
-use Example;
-
-"str" =~ /pattern/;
-
-is($1, "str_1");