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

Search results for "class::methodmaker"

Class::MethodMaker - Create generic methods for OO Perl River stage two • 27 direct dependents • 74 total dependents

This module solves the problem of having to continually write accessor methods for your objects that perform standard tasks. The argument to 'use' is an arrayref, as pairs whose "keys" are the names of types of generic methods generated by MethodMake...

SCHWIGON/Class-MethodMaker-2.24 - 31 Mar 2015 15:54:24 UTC - Search in distribution

Meta::Class::MethodMaker - add capabilities to Class::MethodMaker. River stage zero No dependents

This class extends Class::MethodMaker (see that classes documentation) and adds some capabilities to it....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution

Net::LDAP::Class::MethodMaker - create methods for Net::LDAP::Class classes River stage zero No dependents

Net::LDAP::Class::MethodMaker is a subclass of Rose::Object::MakeMethods::Generic. It extends the base class with two new method types: related_objects and ldap_entry....

KARMAN/Net-LDAP-Class-0.27 - 01 Jul 2016 16:21:58 UTC - Search in distribution

Class::MakeMethods::Emulator::MethodMaker - Emulate Class::MethodMaker River stage one • 1 direct dependent • 1 total dependent

This module provides emulation of Class::MethodMaker, using the Class::MakeMethods framework. Although originally based on Class::MethodMaker, the calling convention for Class::MakeMethods differs in a variety of ways; most notably, the names given t...

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC - Search in distribution

Fey - Better SQL Generation Through Perl River stage one • 6 direct dependents • 9 total dependents

The "Fey" distribution contains a set of modules for representing the components of a DBMS schema, and for dynamically generating SQL queries based on that schema....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC - Search in distribution

Legacy - Describes Class::IntrospectionMethods legacy API River stage zero No dependents

This man page describes the legacy API of Class::IntrospectionMethods that's provided for backward compatibility with Class::MethodMaker v1.08....

DDUMONT/Class-IntrospectionMethods-1.003 - 13 Dec 2004 12:24:03 UTC - Search in distribution

classes - conventional Perl 5 classes River stage one • 1 direct dependent • 1 total dependent

A simple, stable, fast, and flexible way to use conventional Perl 5 classes in scripts, rapid prototypes, and full-scale applications. This reference document covers syntax only. See the following for more: classesoop Introductory primer of concepts,...

RMUHLE/classes-0.944 - 08 Mar 2008 16:10:50 UTC - Search in distribution

IT::perlboot River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

Bio::Grep - Perl extension for searching in DNA and Protein sequences River stage zero No dependents

Bio-Grep is a collection of Perl modules for searching in DNA and Protein sequences. It supports different back-ends, most importantly some (enhanced) suffix array implementations. Currently, there is no suffix array tool that works in all scenarios ...

LIMAONE/Bio-Grep-v0.10.6 - 12 Nov 2009 20:01:33 UTC - Search in distribution

mcoder - perl method generator from common templates River stage zero No dependents

"mcoder" usage is: use mcoder $type1 => $arg1, $type2 => $arg2, ...; use mcoder [$type11, $type12, $type13,...] => $arg1, ...; where $type/$arg pairs can be: get use mcoder get => $name; use mcoder get => { $name1 => $attr1, $name2 => $attr2, ... }; ...

SALVA/mcoder-0.10 - 29 Apr 2005 13:13:33 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

Getopt::Plus - Options wrapper with standard options, help system and more River stage zero No dependents

FLUFFY/Getopt-Plus-0.99 - 29 Nov 2012 13:50:26 UTC - Search in distribution

Devel::PerlySense - Perl IDE backend with Emacs frontend River stage zero No dependents

PerlySense is a Perl IDE backend that integrates with editor frontends, currently Emacs. (While no one has written a Vim frontend, PerlySense can emit Vim style data structures.) Conveniently navigate and browse the code and documentation of your pro...

JOHANL/Devel-PerlySense-0.0221 - 30 Aug 2019 08:12:04 UTC - Search in distribution

Class::MOP - A Meta Object Protocol for Perl 5 River stage four • 2916 direct dependents • 4004 total dependents

This module is a fully functioning meta object protocol for the Perl 5 object system. It makes no attempt to change the behavior or characteristics of the Perl 5 object system, only to create a protocol for its manipulation and introspection. That sa...

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

HTML::Seamstress - HTML::Tree subclass for HTML templating via tree rewriting River stage one • 1 direct dependent • 1 total dependent

TBONE/HTML-Seamstress-6.112830 - 10 Oct 2011 16:08:41 UTC - Search in distribution

classgen - script that generates a class-module from a control file. River stage zero No dependents

You specify the required instance-variables of a desired class by a control-file. Classgen then creates a new package for you which contains the "new()"-method, accessor- and manipulator-methods for all instance-variables of that class. All instance-...

MSCHLUE/Class-Classgen-classgen-3.03 - 30 Dec 2000 12:49:53 UTC - Search in distribution
  • classgen - script that generates a class-module from a control file.

Shell::GetEnv - extract the environment from a shell after executing commands River stage one • 4 direct dependents • 5 total dependents

Shell::GetEnv provides a facility for obtaining changes made to environmental variables as the result of running shell scripts. It does this by causing a shell to invoke a series of user provided shell commands (some of which might source scripts) an...

DJERIUS/Shell-GetEnv-0.10 - 25 Aug 2016 13:55:15 UTC - Search in distribution

List::Object - Ordered list of objects with array methods and iterator methods, enforces types of list members. River stage one • 1 direct dependent • 1 total dependent

new( [type => '',] [list => \@array,] [allow_undef => 0]) type: The type of data that will be in thist list. Takes class names like 'Package::Name', 'Foo::Bar', ete. Also takes '$', '@', and '%'. So you can use this class to maintain lists of scalarr...

MSHILTONJ/List-Object-0.01 - 30 Mar 2004 08:53:36 UTC - Search in distribution

accessors - create accessor methods in caller's package. River stage two • 16 direct dependents • 48 total dependents

The accessors pragma lets you create simple accessors at compile-time. This saves you from writing them by hand, which tends to result in *cut-n-paste* errors and a mess of duplicated code. It can also help you reduce the ammount of unwanted *direct-...

SPURKIS/accessors-1.01 - 21 Jun 2008 12:10:02 UTC - Search in distribution

IMDB::Local::DB - Direct access to IMDB::Local database. River stage zero No dependents

JERRYV/IMDB-Local-1.5 - 18 Apr 2015 13:57:15 UTC - Search in distribution
59 results (0.073 seconds)