Acme-Metification
view release on metacpan or search on metacpan
t/02basic.t view on Meta::CPAN
use strict;
use warnings;
#use lib 'lib';
use Test::More tests => 3;
use Acme::Metification;
ok(1, "Module loaded.");
# Execute code from the pod docs:
ok(1, "Applied filter.");
meta 13, 13
=pod
=head1 BLA
=head2 Example
ok(1, "Filter application successful.");
=cut
( run in 0.837 second using v1.01-cache-2.11-cpan-39bf76dae61 )