Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
Squirrel(3)	      User Contributed Perl Documentation	   Squirrel(3)

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
       Any::Moose

perl v5.32.1			  2021-02-28			   Squirrel(3)

NAME | SYNOPSIS | DEPRECATION | DESCRIPTION | SEE ALSO

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Squirrel&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help