1Squirrel(3)           User Contributed Perl Documentation          Squirrel(3)
2
3
4

NAME

6       Squirrel - Use Mouse, unless Moose is already loaded. (DEPRECATED)
7

SYNOPSIS

9           use Squirrel;
10
11           has goggles => (
12               is => "rw",
13           );
14

DEPRECATION

16       "Squirrel" is deprecated. "Any::Moose" provides the same functionality,
17       but better. :)
18

DESCRIPTION

20       Moose and Squirrel are THE BEST FRIENDS, but if Moose isn't there
21       Squirrel will hang out with Mouse as well.
22
23       When your own code doesn't actually care whether or not you use Moose
24       or Mouse you can use either, and let your users decide for you.
25
26       This lets you run with minimal dependencies and have a faster startup,
27       but if Moose is already in use you get all the benefits of using that
28       (transformability, introspection, more opportunities for code reuse,
29       etc).
30

SEE ALSO

32       Any::Moose
33
34
35
36perl v5.30.0                      2019-08-26                       Squirrel(3)
Impressum