small circular points
[MojoFacets.git] / t / mojofacets.t
1 #!/usr/bin/env perl
2
3 use strict;
4 use warnings;
5
6 use Test::More tests => 2;
7 use Data::Dump qw(dump);
8
9 use lib 'lib';
10
11 use_ok('MojoFacets');
12
13 ok( my $o = MojoFacets->new, 'new' );
14
15 #ok( my $permanent = $o->_permanent_path('test'), '_permanent_path' );
16 #diag $permanent;