Sponsored Content
Full Discussion: Doom777
Contact Us Post Here to Contact Site Administrators and Moderators Doom777 Post 303031233 by Don Cragun on Sunday 24th of February 2019 08:16:40 PM
Old 02-24-2019
Quote:
Originally Posted by DOOM777
Originally Posted by Naky
... (I can't put the name of the professor because is against the school rules to share private details of person related to the school, which includes the name)

I
If you post what is in your school's course catalog for the class you're attending, we'll be OK. Note that if the course catalog published by your school, includes the name of the professor, then the name is not private since the school has already published it and made it available to the public.
 
MooseX::Types::TypeDecorator(3pm)			User Contributed Perl Documentation			 MooseX::Types::TypeDecorator(3pm)

NAME
MooseX::Types::TypeDecorator - Wraps Moose::Meta::TypeConstraint objects with added features VERSION
version 0.41 DESCRIPTION
This is a decorator object that contains an underlying type constraint. We use this to control access to the type constraint and to add some features. METHODS
This class defines the following methods. new Old school instantiation __type_constraint ($type_constraint) Set/Get the type_constraint. "isa" handle "$self->isa" since "AUTOLOAD" can't - this tries both the type constraint, and for a class type, the class. can handle $self->can since AUTOLOAD can't. _throw_error properly delegate error messages DESTROY We might need it later AUTOLOAD Delegate to the decorator target, unless this is a class type, in which case it will try to delegate to the type object, then if that fails try the class. The method 'new' is special cased to only be permitted on the class; if there is no class, or it does not provide a new method, an exception will be thrown. LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as perl itself. AUTHOR
Robert "phaylon" Sedlacek <rs@474.at> COPYRIGHT AND LICENSE
This software is copyright (c) 2007 by Robert "phaylon" Sedlacek. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.18.2 2013-12-21 MooseX::Types::TypeDecorator(3pm)
All times are GMT -4. The time now is 04:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy