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 1.591 second using v1.01-cache-2.11-cpan-800906f7e73 )