moose::meta::role::method::required(3) [osx man page]
Moose::Meta::Role::Method::Required(3) User Contributed Perl Documentation Moose::Meta::Role::Method::Required(3)NAME
Moose::Meta::Role::Method::Required - A Moose metaclass for required methods in Roles
VERSION
version 2.0604
DESCRIPTION INHERITANCE
"Moose::Meta::Role::Method::Required" is a subclass of Class::MOP::Object. It is not a subclass of "Moose::Meta::Role::Method" since it
does not provide an implementation of the method.
METHODS
Moose::Meta::Role::Method::Required->new(%options)
This creates a new type constraint based on the provided %options:
o name
The method name. This is required.
$method->name
Returns the required method's name, as provided to the constructor.
BUGS
See "BUGS" in Moose for details on reporting bugs.
AUTHOR
Moose is maintained by the Moose Cabal, along with the help of many contributors. See "CABAL" in Moose and "CONTRIBUTORS" in Moose for
details.
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Infinity Interactive, Inc..
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.16.2 2012-09-19 Moose::Meta::Role::Method::Required(3)
Check Out this Related Man Page
Moose::Meta::Role::Method::Conflicting(3) User Contributed Perl Documentation Moose::Meta::Role::Method::Conflicting(3)NAME
Moose::Meta::Role::Method::Conflicting - A Moose metaclass for conflicting methods in Roles
VERSION
version 2.0604
DESCRIPTION INHERITANCE
"Moose::Meta::Role::Method::Conflicting" is a subclass of Moose::Meta::Role::Method::Required.
METHODS
Moose::Meta::Role::Method::Conflicting->new(%options)
This creates a new type constraint based on the provided %options:
o name
The method name. This is required.
o roles
The list of role names that generated the conflict. This is required.
$method->name
Returns the conflicting method's name, as provided to the constructor.
$method->roles
Returns the roles that generated this conflicting method, as provided to the constructor.
$method->roles_as_english_list
Returns the roles that generated this conflicting method as an English list.
BUGS
See "BUGS" in Moose for details on reporting bugs.
AUTHOR
Moose is maintained by the Moose Cabal, along with the help of many contributors. See "CABAL" in Moose and "CONTRIBUTORS" in Moose for
details.
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Infinity Interactive, Inc..
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.16.2 2012-09-19 Moose::Meta::Role::Method::Conflicting(3)
Guys, anyone familiar with this FileProp Store Method.. Im having Compilation Error whenever a value is stored into the tied hash. Run time error
sub STORE {
my ($self, $key, $value) = @_;
my $name = $self ->{name};
unless ($PROPS{$key} and -w $name){
croak "Can't... (1 Reply)
Hi,
I tried to compile a code referencing XWindows Programming Functions, i found out that i have no XWindows Header files present. But XWindows is running on my System.Is the XWindows Development package different from the XWindows running on my system? if so, can you instruct me how to... (0 Replies)
In any given operating system, generally how much of AI software is involved? Is it related to user-friendliness of OS?
What is the future of strong AI? (3 Replies)
How will i convert a file
<LREC><L:EPOCH>1198331268.553</L:EPOCH><LDATE>10-12-07</LDATE><L:SERVER>NONE</L:SERVER><L:PORT>NONE</L:PORT><LTIME>13:47:48.553</LTIME><LTEXT>dnvdmxk</LTEXT></LREC>... (3 Replies)
Which is the perferred method of installing Perl modules on a Unix system? Is is CPAN or manually installing them via a tar file? Also can anyone point me in the right direction to a decent "how to" on configuring CPAN and how to perform custom installs from a tar? thanks:b: (2 Replies)
Hi ,
I am planning for the interview . I am having one question here , I worked on unix and shellscripting for 2 years
Done-
Ø Coding and testing of Server Monitoring ShellScripts
Ø Deployment on UNIX production environment
I have written so many shellscripts for monitoring... (5 Replies)
Hi All
I have to be careful how I word this as the last time I mentioned it everyone assumed I am a recruiter and I got some flack for it. So let me start by assuring you that I am not one, and this is not a commercial post in any way.
I'm posting this to see if I can interest anyone in... (2 Replies)
Hello,
We are planning to setup a Role based access and security to our Linux servers. We can use mostly use sudo for providing the limited access to service and files.
My query is that how can we manage that members can edit/access only specific files (it would be 1 or multiple files or... (3 Replies)