diff options
Diffstat (limited to 'lib/MooseX/Privacy.pm')
| -rw-r--r-- | lib/MooseX/Privacy.pm | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/MooseX/Privacy.pm b/lib/MooseX/Privacy.pm new file mode 100644 index 0000000..aba8c14 --- /dev/null +++ b/lib/MooseX/Privacy.pm @@ -0,0 +1,33 @@ +package MooseX::Privacy; + +use strict; +use warnings; +our $VERSION = '0.01'; + +1; +__END__ + +=head1 NAME + +MooseX::Privacy - + +=head1 SYNOPSIS + + use MooseX::Privacy; + +=head1 DESCRIPTION + +MooseX::Privacy is + +=head1 AUTHOR + +franck cuny E<lt>franck.cuny@rtgi.frE<gt> + +=head1 SEE ALSO + +=head1 LICENSE + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +=cut |
