projects
/
gitmo/MooseX-Getopt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Basic test for hooking the usage method
[gitmo/MooseX-Getopt.git]
/
t
/
author
/
pod_coverage.t
1
#!/usr/bin/perl
2
3
use strict;
4
use warnings;
5
6
use Test::More;
7
use Test::Pod::Coverage 1.04;
8
9
all_pod_coverage_ok();