Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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::Method::Destructor(3)			User Contributed Perl Documentation			Moose::Meta::Method::Destructor(3)

NAME
Moose::Meta::Method::Destructor - Method Meta Object for destructors VERSION
version 2.0604 DESCRIPTION
This class is a subclass of Class::MOP::Method::Inlined that provides Moose-specific functionality for inlining destructors. To understand this class, you should read the the Class::MOP::Method::Inlined documentation as well. INHERITANCE
"Moose::Meta::Method::Destructor" is a subclass of Moose::Meta::Method and Class::MOP::Method::Inlined. METHODS
Moose::Meta::Method::Destructor->new(%options) This constructs a new object. It accepts the following options: o package_name The package for the class in which the destructor is being inlined. This option is required. o name The name of the destructor method. This option is required. o metaclass The metaclass for the class this destructor belongs to. This is optional, as it can be set later by calling "$metamethod->attach_to_class". Moose::Meta;:Method::Destructor->is_needed($metaclass) Given a Moose::Meta::Class object, this method returns a boolean indicating whether the class needs a destructor. If the class or any of its parents defines a "DEMOLISH" method, it needs a destructor. 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::Method::Destructor(3)
Man Page

13 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl, FilePropStore Method

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)
Discussion started by: killerserv
1 Replies

2. Programming

X Windows Libraries Required

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)
Discussion started by: prabhu.pravin
0 Replies

3. What is on Your Mind?

Role of AI in any OS

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)
Discussion started by: MULTIVERSE
3 Replies

4. UNIX for Dummies Questions & Answers

Required Script

(3 Replies)
Discussion started by: shameeque
3 Replies

5. Linux

Help Required

Hi, please suggest me the possible reasons for application to get hang ???? Thanks and Regards Anand P (1 Reply)
Discussion started by: Anand Prakash
1 Replies

6. Shell Programming and Scripting

Help Required In Transforming A File

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)
Discussion started by: anju
3 Replies

7. Programming

Best Method for installing Perl Modules

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)
Discussion started by: metallica1973
2 Replies

8. AIX

Required AIX Simulator \Command reference book

Sir, Iam required AIx simulator If any send the download link I required it for practice (2 Replies)
Discussion started by: arif185
2 Replies

9. Solaris

Required PUTTY Settings

(1 Reply)
Discussion started by: girija
1 Replies

10. Homework & Coursework Questions

Meta charcters

find out lines in a given file consisting of the following pattern BCAA, BCAAA, BCAAAA, BCAAAAA, BCAAAAAA (1 Reply)
Discussion started by: Phaneendra G
1 Replies

11. Shell Programming and Scripting

Need Role Name for my type of work

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)
Discussion started by: aish11
5 Replies

12. UNIX for Advanced & Expert Users

Help Required with Automation Harness

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)
Discussion started by: steadyonabix
2 Replies

13. Cybersecurity

Role based access and security

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)
Discussion started by: sunnysthakur
3 Replies