File-Replace-Fancy
view release on metacpan or search on metacpan
t/00_smoke.t view on Meta::CPAN
You should have received a copy of the GNU General Public License
along with this program. If not, see L<http://www.gnu.org/licenses/>.
=cut
use Test::More tests=>14; # remember to keep in sync with done_testing
BEGIN {
diag "This is Perl $] at $^X on $^O";
BAIL_OUT("Perl 5.8.1 is required") if $] lt '5.008001';
}
use FindBin ();
use lib $FindBin::Bin;
use File_Replace_Testlib;
## no critic (RequireCarping)
BEGIN {
use_ok('Tie::Handle::Base')
( run in 0.541 second using v1.01-cache-2.11-cpan-cc502c75498 )