Acme-Globule

 view release on metacpan or  search on metacpan

t/10_noplugin.t  view on Meta::CPAN

#!/usr/bin/env perl
use warnings;
use strict;

# Test that using the module doesn't break normal use of glob

use Test::More tests => 1;

use Acme::Globule;

is(<.>, '.', 'regular globbing works' );



( run in 2.453 seconds using v1.01-cache-2.11-cpan-5e09290becf )