summaryrefslogtreecommitdiff
path: root/lib/MooseX/MethodPrivate.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-06-29 18:03:24 +0200
committerfranck cuny <franck@lumberjaph.net>2009-06-29 18:03:24 +0200
commitfa1b55452bbe8137b99306b7cfb917f71f8a6481 (patch)
treeafc91f5885714498af9811bdc64ea2243b497f69 /lib/MooseX/MethodPrivate.pm
downloadmoosex-methodprivate-fa1b55452bbe8137b99306b7cfb917f71f8a6481.tar.gz
initial commit
Diffstat (limited to '')
-rw-r--r--lib/MooseX/MethodPrivate.pm32
1 files changed, 32 insertions, 0 deletions
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 E<lt>franck.cuny {at} 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