summaryrefslogtreecommitdiff
path: root/README
blob: 950e8c090c1e8cb08a0811380cbdf86a17ea528d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
NAME
    MooseX::Privacy - Provides syntax to enable privacy on your methods

SYNOPSIS
      use MooseX::Privacy;

      private foo => sub {
        return 23;
      };

      protect bar => sub {
        return 42;
      };

DESCRIPTION
    MooseX::Privacy is

AUTHOR
    franck cuny <franck.cuny@rtgi.fr>

SEE ALSO
LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.