]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blob - t/Example.t
Importing re-engine-Plugin-0.02.tar.gz
[perl/modules/re-engine-Plugin.git] / t / Example.t
1 use strict;
2 use lib 't';
3 use Test::More tests => 1;
4
5 use Example;
6
7 "str" =~ /pattern/;
8
9 is($1, "str_1");