Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Squirrel

Name Squirrel
Version
Located at /usr/lib/x86_64-linux-gnu/perl5/5.34
File /usr/lib/x86_64-linux-gnu/perl5/5.34/Squirrel.pm
Is Core No
Search CPAN for this module Squirrel
Documentation Squirrel
Module Details Squirrel


NAME

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


SYNOPSIS

    use Squirrel;
    has goggles => (
        is => "rw", 
    );


DEPRECATION

Squirrel is deprecated. Any::Moose provides the same functionality, but better. :)


DESCRIPTION

Moose and Squirrel are THE BEST FRIENDS, but if Moose isn't there Squirrel will hang out with Mouse as well.

When your own code doesn't actually care whether or not you use Moose or Mouse you can use either, and let your users decide for you.

This lets you run with minimal dependencies and have a faster startup, but if Moose is already in use you get all the benefits of using that (transformability, introspection, more opportunities for code reuse, etc).


SEE ALSO

the Any::Moose manpage

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026