Moose::Meta::Instance(3) User Contributed Perl Documentation Moose::Meta::Instance(3)NAME
Moose::Meta::Instance - The Moose Instance metaclass
VERSION
version 2.0604
SYNOPSIS
# nothing to see here
DESCRIPTION
This class provides the low level data storage abstractions for attributes.
Using this API directly in your own code violates encapsulation, and we recommend that you use the appropriate APIs in Moose::Meta::Class
and Moose::Meta::Attribute instead. Those APIs in turn call the methods in this class as appropriate.
At present, this is an empty subclass of Class::MOP::Instance, so you should see that class for all API details.
INHERITANCE
"Moose::Meta::Instance" is a subclass of Class::MOP::Instance.
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::Instance(3)
Check Out this Related 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)
I need to copy my Live Db Instance to my Test Db Instance
Can somebody please tell me the easiest way to go about this
It is an Informix Database running on HP-UX
Thanks (0 Replies)
Hi,
Time for me to take a formal class/course on Perl. I was wondering if someone here can recommend an on-line class. My institution will cover the expenses, and therefore, I am not worry about the cost. I am lookin for a beginner course with possibilities to take intermediate and advance... (2 Replies)
Hi Gurus,
Please help me in below requirement.
Instance =5 (it is user parameter)
total=52 (it is user parameter
i need to split this to 5 and reminder as 1 instances totally 6
for example i need to splitt to each
52/5=10.4
1-10
11-20
21-30
31-40
41-50 (2 Replies)
Hi All,
I would like to connect from "Instance A" to "Instance B" with the help of sftp.
Where as Instance B is having clustered servers ( 2 servers pointing same instance ).
Now, my question is before connecting to "Instance B" from "Instance A" how do know whether server is running or not.... (3 Replies)