Mercurial > pub > Impl
view _test/lang.t @ 259:b92f19630d33
Merge with 91bae9f41a9cf2d52f5cff5a5c3e7c8683c7d47e
author | sergey |
---|---|
date | Fri, 21 Dec 2012 00:09:11 +0400 |
parents | 6148f89bb7bf |
children |
line wrap: on
line source
#!/usr/bin/perl -w use strict; use lib '../Lib'; use lib '.'; use IMPL::Test qw(run_plan); run_plan( qw( Test::Lang ) ); 1;