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

Search results for "PHAYLON"

Phaylon::Class::Cloner - Experimental Customizable Cloning Device River stage zero No dependents

I had problems with cloning of structures that contain coderefs. I didn't need to clone coderefs, just array and hash references. This module enables one to define custom specific and default cloning functionalities....

PHAYLON/Phaylon-Class-Cloner-0.01 - 05 Dec 2005 16:54:35 UTC - Search in distribution

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

Moose - A postmodern object system for Perl 5 River stage four • 2916 direct dependents • 4004 total dependents

Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent, and less tedious. With Moose you can think more about what you want to do and less about the mechanics of...

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

JSON::Parse - Parse JSON River stage two • 35 direct dependents • 77 total dependents

A module for parsing JSON. (JSON means "JavaScript Object Notation" and it is specified in "RFC 8259".) JSON::Parse offers the function "parse_json", which takes a string containing JSON, and returns an equivalent Perl structure. It also offers valid...

BKB/JSON-Parse-0.62 - 15 Jul 2022 23:26:03 UTC - Search in distribution

Web::Simple - A quick and easy way to build simple web applications River stage two • 11 direct dependents • 22 total dependents

The philosophy of Web::Simple is to keep to an absolute bare minimum for everything. It is not designed to be used for large scale applications; the Catalyst web framework already works very nicely for that and is a far more mature, well supported pi...

MSTROUT/Web-Simple-0.033 - 20 Mar 2017 17:43:44 UTC - Search in distribution

MongoDB - Official MongoDB Driver for Perl (EOL) River stage two • 48 direct dependents • 56 total dependents

This is the official Perl driver for MongoDB <http://www.mongodb.com>. MongoDB is an open-source document database that provides high performance, high availability, and easy scalability. A MongoDB server (or multi-server deployment) hosts a number o...

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC - Search in distribution

MooseX::Declare - (DEPRECATED) Declarative syntax for Moose River stage two • 42 direct dependents • 49 total dependents

This module provides syntactic sugar for Moose, the postmodern object system for Perl 5. When used, it sets up the "class" and "role" keywords. Note: Please see the "WARNING" section below!...

ETHER/MooseX-Declare-0.43 - 16 Aug 2015 03:30:50 UTC - Search in distribution

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 342 direct dependents • 452 total dependents

This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution

syntax - Activate syntax extensions River stage three • 35 direct dependents • 333 total dependents

This module activates community provided syntax extensions to Perl. You pass it a feature name, and optionally a scalar with arguments, and the dispatching system will load and install the extension in your package. The import arguments are parsed wi...

PHAYLON/syntax-0.004 - 18 May 2012 18:48:02 UTC - Search in distribution

Package::Variant - Parameterizable packages River stage three • 13 direct dependents • 329 total dependents

This module allows you to build a variable package that contains a package template and can use it to build variant packages at runtime. Your variable package will export a subroutine which will build a variant package, combining its arguments with t...

MSTROUT/Package-Variant-1.003002 - 25 Jul 2015 17:23:00 UTC - Search in distribution

Object::Remote - Call methods on objects in other processes or on other hosts River stage zero No dependents

Object::Remote allows you to create an object in another process - usually one running on another machine you can connect to via ssh, although there are other connection mechanisms available. The idea here is that in many cases one wants to be able t...

HAARG/Object-Remote-0.004001 - 27 Nov 2019 15:58:24 UTC - Search in distribution

Perl::Staff - People working for Perl River stage zero No dependents

SEWI/Perl-Staff-0.03 - 31 Mar 2010 10:21:26 UTC - Search in distribution

MooseX::AttributeHelpers - (DEPRECATED) Extend your attribute interfaces River stage two • 27 direct dependents • 43 total dependents

This distribution is deprecated. The features it provides have been added to the Moose core code as Moose::Meta::Attribute::Native. This distribution should not be used by any new code. While Moose attributes provide you with a way to name your acces...

ETHER/MooseX-AttributeHelpers-0.25 - 16 Feb 2016 05:29:43 UTC - Search in distribution

MooseX::Types - Organise your Moose types in libraries River stage four • 365 direct dependents • 1721 total dependents

The type system provided by Moose effectively makes all of its builtin type global, as are any types you declare with Moose. This means that every module that declares a type named "PositiveInt" is sharing the same type object. This can be a problem ...

ETHER/MooseX-Types-0.50 - 07 Feb 2017 19:00:28 UTC - Search in distribution

Perl6::Caller - OO caller() interface River stage one • 1 direct dependent • 1 total dependent

This module is experimental. It's also alpha. Bug reports and patches welcome. By default, this module exports the "caller" function. This automatically returns a new "caller" object. An optional argument specifies how many stack frames back to skip,...

OVID/Perl6-Caller-0.100 - 18 Oct 2009 12:57:38 UTC - Search in distribution

namespace::clean - Keep imports and functions out of your namespace River stage four • 749 direct dependents • 7724 total dependents

Keeping packages clean When you define a function, or import one, into a Perl package, it will naturally also be available as a method. This does not per se cause problems, but it can complicate subclassing and, for example, plugin classes that are i...

RIBASUSHI/namespace-clean-0.27 - 18 May 2016 02:27:42 UTC - Search in distribution

Data::PackageName - OO handling of package name transformations River stage zero No dependents

This module provides the mostly simple functionality of transforming package names in common ways. I didn't write it because it is complicated, but rather because I have done it once too often. "Data::PackageName" is a Moose class....

PHAYLON/Data-PackageName-0.01 - 23 Jun 2007 18:52:14 UTC - Search in distribution

Filter::EOF - Run a callback after a file has been compiled River stage zero No dependents

This module utilises Perl's source filters to provide you with a mechanism to run some code after a file using your module has been processed....

PHAYLON/Filter-EOF-0.04 - 02 Aug 2007 14:30:44 UTC - Search in distribution

CatalystX::Declare - EXPERIMENTAL Declarative Syntax for Catalyst Applications River stage zero No dependents

This module is EXPERIMENTAL This module provides a declarative syntax for Catalyst applications. Its main focus is currently on common and repetitious parts of the application, such as the application class itself, controllers, and controller roles. ...

JJNAPIORK/CatalystX-Declare-0.015 - 06 Oct 2010 01:24:30 UTC - Search in distribution

CatalystX::Imports - Shortcut functions for Catalyst controllers River stage zero No dependents

This module is not stable yet. Features may change. This module exports commonly used functionality and shortcuts to Catalysts own feature set into your controller. Currently, these groups of exports are available: Context Exports See also CatalystX:...

FLORA/CatalystX-Imports-0.05 - 26 Apr 2009 03:38:57 UTC - Search in distribution
35 results (0.028 seconds)