projects
/
gitmo/MooseX-Storage.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
use Test::Requires in tests
[gitmo/MooseX-Storage.git]
/
t
/
000_load.t
Commit
Line
Data
ec9c1923
1
#!/usr/bin/perl
2
3
use strict;
4
use warnings;
5
8d8356bb
6
use Test::More tests => 1;
ec9c1923
7
8
BEGIN {
9
use_ok('MooseX::Storage');
10
}