From 06fd12a0d8d71352b8de826b178d3b6ecee091c6 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 10 Feb 2010 09:09:09 +0100 Subject: initial commit --- lib/MooseX/Privacy.pm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 lib/MooseX/Privacy.pm (limited to 'lib') 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 Efranck.cuny@rtgi.frE + +=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 -- cgit v1.2.3