The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Moose::Error::Default"

Moose::Object - The base object for Moose River stage four • 2916 direct dependents • 4004 total dependents

This class is the default base class for all Moose-using classes. When you "use Moose" in this class, your class will inherit from this class. It provides a default constructor and destructor, which run all of the "BUILD" and "DEMOLISH" methods in th...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

IO::Moose::File - Reimplementation of IO::File with improvements River stage zero No dependents

This class provides an interface mostly compatible with IO::File. The differences: * It is based on Moose object framework. * It uses Exception::Base for signaling errors. Most of methods are throwing exception on failure. * It doesn't export any con...

DEXTER/IO-Moose-0.1004 - 29 Oct 2009 12:15:13 UTC

Moose::Exporter - make an import() and unimport() just like Moose.pm River stage four • 2916 direct dependents • 4004 total dependents

This module encapsulates the exporting of sugar functions in a "Moose.pm"-like manner. It does this by building custom "import" and "unimport" methods for your module, based on a spec you provide. It also lets you "stack" Moose-alike modules so you c...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Array::To::Moose - Build Moose objects from a data array River stage zero No dependents

As shown in the above examples, the general usage is: package MyClass; use Moose; (define Moose object(s)) ... use Array::To::Moose; ... my $data_ref = selectall_arrayref($sql); # for example my $object_ref = array_to_moose( data => $data_ref desc =>...

SAMB/Array-To-Moose-v0.0.9 - 21 Sep 2015 22:24:50 UTC

Moose::Exception - Superclass for Moose internal exceptions River stage four • 2916 direct dependents • 4004 total dependents

This class contains attributes which are common to all Moose internal exception classes....

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

IO::Moose::Handle - Reimplementation of IO::Handle with improvements River stage zero No dependents

This class extends IO::Handle with following differences: * It is based on Moose object framework. * The "stat" method returns File::Stat::Moose object. * It uses Exception::Base for signaling errors. Most of methods are throwing exception on failure...

DEXTER/IO-Moose-0.1004 - 29 Oct 2009 12:15:13 UTC

File::Stat::Moose - Status info for a file - Moose-based River stage zero No dependents

This class provides methods that returns status info for a file. It is the OO-style version of stat/lstat functions. It also throws an exception immediately after error is occurred....

DEXTER/File-Stat-Moose-0.06 - 30 Jan 2009 13:28:27 UTC

MooseX::AttributeTree - Inherit attribute values like HTML+CSS does River stage one • 1 direct dependent • 1 total dependent

Classes can inherit attributes from their parent classes. But sometimes you want an attribute to be able to inherit its value from a parent object. For example, that's how CSS styles work in HTML. MooseX::AttributeTree allows you to apply the "TreeIn...

CJM/MooseX-AttributeTree-0.06 - 27 Jun 2015 20:43:46 UTC

PRANG::Graph::Meta::Attr - metaclass metarole for XML attributes River stage one • 1 direct dependent • 1 total dependent

When defining a class, you mark attributes which correspond to XML attributes. To do this in a way that the PRANG marshalling machinery can use when converting to XML and back, make the attributes have this metaclass. You could do this in principle w...

EGILES/PRANG-0.21 - 30 Jan 2023 22:10:38 UTC

Test::Class::Moose - Serious testing for serious Perl River stage two • 15 direct dependents • 22 total dependents

See the Test::Class::Moose home page <http://houseabsolute.github.io/test-class-moose/> for a summary. "Test::Class::Moose" is a powerful testing framework for Perl. Out of the box you get: * Reporting * Extensibility * Tagging tests * Parallel testi...

DROLSKY/Test-Class-Moose-0.99 - 07 Feb 2021 17:09:12 UTC

Moose::Meta::Class - The Moose metaclass River stage four • 2916 direct dependents • 4004 total dependents

This class is a subclass of Class::MOP::Class that provides additional Moose-specific functionality. To really understand this class, you will need to start with the Class::MOP::Class documentation. This class can be understood as a set of additional...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

PRANG::Graph::Meta::Element - metaclass metarole for XML elements River stage one • 1 direct dependent • 1 total dependent

The PRANG concept is that attributes in your classes are marked to correspond with attributes and elements in your XML. This class is for marking your class' attributes as XML *elements*. For marking them as XML *attributes*, see PRANG::Graph::Meta::...

EGILES/PRANG-0.21 - 30 Jan 2023 22:10:38 UTC

Moose::Meta::Attribute - The Moose attribute metaclass River stage four • 2916 direct dependents • 4004 total dependents

This class is a subclass of Class::MOP::Attribute that provides additional Moose-specific functionality. To really understand this class, you will need to start with the Class::MOP::Attribute documentation. This class can be understood as a set of ad...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Moose::Meta::TypeConstraint - The Moose Type Constraint metaclass River stage four • 2916 direct dependents • 4004 total dependents

This class represents a single type constraint. Moose's built-in type constraints, as well as constraints you define, are all stored in a Moose::Meta::TypeConstraint::Registry object as objects of this class....

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Moose::Util::TypeConstraints - Type constraint system for Moose River stage four • 2916 direct dependents • 4004 total dependents

This module provides Moose with the ability to create custom type constraints to be used in attribute definition. Important Caveat This is NOT a type system for Perl 5. These are type constraints, and they are not used by Moose unless you tell it to....

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Lab::Moose::Instrument::ZI_HDAWG - Zurich Instruments HDAWG Arbitrary Waveform Generator River stage zero No dependents

AKHUETTEL/Lab-Measurement-3.901 - 19 Oct 2023 16:58:46 UTC

Lab::Moose::Connection::LinuxGPIB - Connection back end to the LinuxGpib library and kernel drivers River stage zero No dependents

This module provides a connection interface to Linux-GPIB <http://linux-gpib.sourceforge.net/>. See Lab::Measurement::Backends for more information on Linux-GPIB and its Perl backend....

AKHUETTEL/Lab-Measurement-3.901 - 19 Oct 2023 16:58:46 UTC

MooseX::Attribute::TypeConstraint::CustomizeFatal - Control how failed type constraint checks are handled River stage zero No dependents

By default Moose will just die if you give an attribute a typeconstraint that fails. This trait allows you to customize that behavior to make failures either issue an error like Moose does by default (this is the default), a warning and keep the inva...

AVAR/MooseX-Attribute-TypeConstraint-CustomizeFatal-0.03 - 04 Jul 2013 15:19:52 UTC
18 results (0.06 seconds)