Rose is a work in progress. It is a suite of modules used to build web applications in the mod_perl environment. Support for Apache 1 and 2 is planned. The Rose suite is broken up into several components. This module (Rose.pm) lists all the other Ros...
JSIRACUSA/Rose-0.10 - 25 Feb 2008 20:56:51 UTC - Search in distributionRose::DB is a wrapper and abstraction layer for DBI-related functionality. A Rose::DB object "has a" DBI object; it is not a subclass of DBI. Please see the tutorial (perldoc Rose::DB::Tutorial) for an example usage scenario that reflects "best pract...
JSIRACUSA/Rose-DB-0.783 - 06 Apr 2020 11:46:25 UTC - Search in distribution- Rose::DB::Pg - PostgreSQL driver class for Rose::DB.
- Rose::DB::Cache - A mod_perl-aware cache for Rose::DB objects.
- Rose::DB::MySQL - MySQL driver class for Rose::DB.
- 10 more results from Rose-DB »
Rose::URI is an alternative to URI. The important differences are as follows. Rose::URI provides a rich set of query string manipulation methods. Query parameters can be added, removed, and checked for their existence. URI allows the entire query to ...
JSIRACUSA/Rose-URI-1.00 - 17 Mar 2010 12:36:20 UTC - Search in distributionTraditionally, module configuration information is stored in package globals or lexicals, possibly with class methods as accessors. This system works, but it also means that looking up configuration information requires loading the entire module. "Ro...
JSIRACUSA/Rose-Conf-0.021 - 18 Nov 2004 16:52:47 UTC - Search in distribution- Rose::Conf::Root - Recommended way to set the Rose file-based configuration file root directory.
- Rose::Conf::FileBased - File-based configuration module base class.
Rose::Class is a generic base class for classes. It provides a single class method ("error"), but may be expanded further in the future. A class that inherits from Rose::Class is not expected to allow objects of that class to be instantiated, since t...
JSIRACUSA/Rose-Object-0.860 - 04 Oct 2013 21:07:10 UTC - Search in distribution- Rose::Object - A simple object base class.
- Rose::Object::MixIn - A base class for mix-ins.
- Rose::Object::MakeMethods - A simple method maker base class.
- 4 more results from Rose-Object »
JSIRACUSA/Bundle-Rose-0.02 - 09 Mar 2005 20:37:53 UTC - Search in distribution
This is a thin layer above Rose::DB::Object::Loader for keeping track of and managing classes which are created based on a database schema. It will transparently either query the database using Rose::DB::Object::Loader or use an auto-generated class ...
BDUGGAN/Rose-Planter-0.37 - 03 Nov 2015 01:49:19 UTC - Search in distribution- Rose::Planter::DB - base db class for Rose-Planter planted objects.
- Rose::Planter::Soil - default base object class for classes created by Rose::Planter.
- Rose::Planter::Gardener - base class for manager classes
- 1 more result from Rose-Planter »
The "Rose::DateTime::*" modules provide a few convenience functions and objects for use with "DateTime" dates. Rose::DateTime::Util contains a simple date parser and a slightly customized date formatter. Rose::DateTime::Parser encapsulates a date par...
JSIRACUSA/Rose-DateTime-0.540 - 08 Dec 2013 14:51:47 UTC - Search in distribution- Rose::DateTime::Util - Some simple DateTime wrapper functions.
- Rose::DateTime::Parser - DateTime parser object.
Rose::DB::Object is a base class for objects that encapsulate a single row in a database table. Rose::DB::Object-derived objects are sometimes simply called "Rose::DB::Object objects" in this documentation for the sake of brevity, but be assured that...
JSIRACUSA/Rose-DB-Object-0.819 - 16 Jun 2020 13:25:13 UTC - Search in distribution- Rose::DB::Object::Std - Standardized object representation of a single row in a database table.
- Rose::DB::Object::Util - Utility functions for use in Rose::DB::Object subclasses and method makers.
- Rose::DB::Object::MixIn - A base class for mix-ins.
- 77 more results from Rose-DB-Object »
Rose::HTML::Form is more than just an object representation of the <form> HTML tag. It is meant to be a base class for custom form classes that can be initialized with and return "rich" values such as objects, or collections of objects. Building up a...
JSIRACUSA/Rose-HTML-Objects-0.623 - 18 Mar 2015 00:28:00 UTC - Search in distribution- Rose::HTML::Link - Object representation of the "link" HTML tag.
- Rose::HTML::Text - Object representation of HTML-escaped text.
- Rose::HTML::Util - Utility functions for manipulating HTML.
- 66 more results from Rose-HTML-Objects »
Rose::DBx::Garden bootstraps Rose::DB::Object and Rose::HTML::Form based projects. The idea is that you can point the module at a database and end up with work-able RDBO and Form classes with a single method call. Rose::DBx::Garden creates scaffoldin...
KARMAN/Rose-DBx-Garden-0.193 - 10 Jul 2014 13:07:55 UTC - Search in distributionKARMAN/Rose-DBx-TestDB-0.05 - 07 Jan 2010 06:02:18 UTC - Search in distribution
"Rose::DBx::Bouquet" is a pure Perl module. It uses a database schema to generate Rose-based source code. This documentation uses Local::Wine as the basis for all discussions. See the FAQ for the availability of the Local::Wine distro. The generated ...
RSAVAGE/Rose-DBx-Bouquet-1.04 - 24 Aug 2010 07:38:29 UTC - Search in distribution- Rose::DBx::Bouquet::Config - A helper for Rose::DBx::Bouquet
- rose.app.gen.pl - Generate a set of Rose::DB::Object- and Rose::HTML::Form-based classes
Rose::ObjectX::CAF is a compatability layer for Class::Accessor::Fast users who want to migrate to Rose::Object. As evidenced in App::Benchmark::Accessors, Rose::Object + Class::XSAccessor is much faster than Class::Accessor::Fast (and more extensibl...
KARMAN/Rose-ObjectX-CAF-0.03 - 14 Oct 2009 04:04:08 UTC - Search in distribution- Rose::ObjectX::CAF::MethodMaker - Class::Accessor::Fast compatability for Rose::Object
This package provides a base class for modules defining Rose::DB data sources. It extends Rose::DB to allow more flexibility in placement of the YAML configuration file, in order to better accommodate packaged distributions, shared repositories, and ...
CBAIL/Rose-DBx-MoreConfig-1.01 - 19 Mar 2015 00:03:34 UTC - Search in distributionThis class provides a convenient means to execute specific queries against a database fronted by Rose::DB subclasses, in a manner similar to (and I hope a bit more flexible than) the DBI's "selectall_arrayref" in DBI method. You can set up the query ...
CBAIL/Rose-DBx-CannedQuery-1.00 - 21 Apr 2015 19:55:51 UTC - Search in distribution- Rose::DBx::CannedQuery::SimpleQueryCache - simple canned query cache
This module exports functions integrating Rose::HTML::Form with DBIx::Class....
ZBY/Rose-HTMLx-Form-DBIC-0.08 - 26 Feb 2009 22:39:48 UTC - Search in distribution- Rose::HTMLx::Form::DBIC::FormGenerator - generates Rose::HTML forms from database schema
Rose::DBx::AutoReconnect is a subclass of Rose::DB. Additional features include: * If using new_or_cached() method, will ping() dbh on every fetch from cache to ensure that the dbh is connected. This extends the basic Rose::DB::Cache behaviour beyond...
KARMAN/Rose-DBx-AutoReconnect-0.04 - 18 Aug 2012 07:42:28 UTC - Search in distribution- Rose::DBx::Cache::Anywhere - get Apache::DBI behaviour without Apache
Rose::DBx::RegistryConfig helps you work with data source definitions in YAML-based configuration files, supporting multiple "namespace representations." It allows you to register Rose data sources without hard-coding anything directly in source code...
KERISMAN/Rose-DBx-RegistryConfig-0.01 - 05 Feb 2009 20:31:54 UTC - Search in distributionRose::DBx::Object::Builder generates database table schemas from simple, succinct sentences. It alleviates the need to specify the data type for every table columns and simplifies the tedious work of setting up common table relationships. The generat...
DANNY/Rose-DBx-Object-Builder-0.09 - 20 Nov 2010 02:01:24 UTC - Search in distribution