5b9dc25f7283ec4af9eeac7e2c21afe50e6c0a1b
[gitmo/Package-Stash-PP.git] / t / 000-load.t
1 #!/usr/bin/env perl
2 use strict;
3 use warnings;
4 use Test::More tests => 1;
5
6 package Foo;
7 ::use_ok('Stash::Manip')
8     or ::BAIL_OUT("couldn't load Stash::Manip");