X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2FExample.t;fp=t%2FExample.t;h=0000000000000000000000000000000000000000;hb=86e082409eeb8df843893486f92273c0e46d7637;hp=f9080c0a8f1fd8fce9c098993ead3ab64d83004d;hpb=5b5f13004fe16542da2b113b9b45157ceccef343;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/t/Example.t b/t/Example.t deleted file mode 100644 index f9080c0..0000000 --- a/t/Example.t +++ /dev/null @@ -1,9 +0,0 @@ -use strict; -use lib 't'; -use Test::More tests => 1; - -use Example; - -"str" =~ /pattern/; - -is($1, "str_1");