From fa1b55452bbe8137b99306b7cfb917f71f8a6481 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 29 Jun 2009 18:03:24 +0200 Subject: initial commit --- lib/MooseX/MethodPrivate.pm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 lib/MooseX/MethodPrivate.pm (limited to 'lib') diff --git a/lib/MooseX/MethodPrivate.pm b/lib/MooseX/MethodPrivate.pm new file mode 100644 index 0000000..f7801c0 --- /dev/null +++ b/lib/MooseX/MethodPrivate.pm @@ -0,0 +1,32 @@ +package MooseX::MethodPrivate; + +use Moose; +our $VERSION = '0.01'; + +1; +__END__ + +=head1 NAME + +MooseX::MethodPrivate - + +=head1 SYNOPSIS + + use MooseX::MethodPrivate; + +=head1 DESCRIPTION + +MooseX::MethodPrivate is + +=head1 AUTHOR + +franck cuny Efranck.cuny {at} 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