package Task::Kensho; use strict; our $VERSION = '0.31'; __END__ =encoding utf-8 =head1 NAME Task::Kensho - A Glimpse at an Enlightened Perl =head1 VERSION This document describes Task::Kensho version 0.31 =head1 SYNOPSIS > cpan Task::Kensho =head1 DESCRIPTION, From L: Kenshō (見性) (C. Wu) is a Japanese term for enlightenment experiences—most commonly used within the confines of Zen Buddhism—literally meaning "seeing one's nature"[1] or "true self."[2] It generally "refers to the realization of nonduality of subject and object."[3] Task::Kensho is a first cut at building a list of recommended modules for Enlightened Perl development. CPAN is wonderful, but there are too many wheels and you have to pick and choose amongst the various competing technologies. The plan is for Task::Kensho to be a rough testing ground for ideas that go into among other things the Enlightened Perl Organisation Extended Core (EPO-EC). The modules that are bundled by Task::Kensho are broken down into several categories and are still being considered. They are all taken from various top 100 most used perl modules lists and from discussions with various subject matter experts in the Perl Community. That said, this bundle does I follow the guidelines established for the EPO-EC for peer review via industry advisers. Starting in 2011, Task::Kensho split its sub-groups of modules into individually-installable tasks. These individual tasks will always install all their modules by default. This facilitates the ease and simplicity the distribution aims to achieve. Each Task::Kensho sub-task is listed at the beginning of its section in this documentation. =head2 Basic Toolchain: Task::Kensho::Toolchain =over =item L Get, unpack, build and install modules from CPAN =item L Create and use a local lib/ for perl modules with PERL5LIB =item L Perl extension for Version Objects =back =head2 Testing: Task::Kensho::Testing =over =item L Basic utilities for writing tests. =item L Most commonly needed test functions and features. =item L Test exception based code =item L Check for POD errors in files =item L Check for pod coverage in your distribution. =item L Check for memory leaks and circular memory references =item L Code coverage metrics for Perl =back =head2 Logging: Task::Kensho::Logging =over =item L Dispatches messages to one or more outputs =item L Log4j implementation for Perl =item L Simple logging interface with a contextual log =back =head2 Exception Handling: Task::Kensho::Exceptions =over =item L Lightweight exception handling that handles the vagaries of $@. =item L Flexible exception handling without source filters, handles $@ properly. =item L Make builtins and other functions die instead of returning undef on failure. =back =head2 Object Oriented Programming: Task::Kensho::OOP =over =item L Moose is a postmodern object system for Perl5. Task::Moose installs Moose and optionally a list of recommended modules that extend Moose. =back =head2 Asynchronous Programming: Task::Kensho::Async =over =item L Multitasking and networking framework for Perl =back =head2 XML Development: Task::Kensho::XML =over =item L Perl Binding for libxml2 =item L Interface to the gnome libxslt library =item L Simple/Streaming API for XML =item L Perl extension for generating SAX2 events from nested Perl data structures. =item L Output XML from SAX2 Events =back =head2 Web Development: Task::Kensho::WebDev =over =item L L is The Elegant MVC Web Application Framework. Task::Catalyst is all you need to start with Catalyst. =item L Template Processing System =item L Build CGI::FormBuilder configs from Perl syntax files. =item L Creates and updates RSS files =item L Atom feed and API implementation =item L Definition of MIME types =back =head2 Web Crawling: Task::Kensho::WebCrawling =over =item L Lightweight HTTP client implementation =item L Web user agent class =item L Simple procedural interface to LWP =item L Handy web browsing in a Perl object =item L This module combines L and L. =back =head2 Database Development: Task::Kensho::DBDev =over =item L Database independent interface for Perl =item L Self Contained RDBMS in a DBI Driver =item L Extensible and flexible object <-> relational mapper. =item L Dynamic definition of a DBIx::Class::Schema =item L Manipulate structured data definitions (SQL and more) =back =head2 Excel / CSV: Task::Kensho::ExcelCSV =over =item L Manipulate comma-separated values (CSV) =item L A simple interface to Excel data =item L Create Excel documents easily =back =head2 Module Development: Task::Kensho::ModuleDev =over =item L Builds distributions of code to be uploaded to the CPAN. =item L Standalone, extensible Perl module installer =item L Powerful feature-rich perl source code profiler =item L Parses and beautifies perl source =item L Critique Perl source code for best-practices. =item L Warns and dies noisily with stack backtraces =item L enable all of the features of Modern Perl with one command =item L Parse and manipulate Perl version strings =item L Packages that provide templated software licenses =item L Convert POD to README file =item L Upload things to the CPAN =back =head2 Email: Task::Kensho::Email =over =item L A B email object. No, really! =item L Check validity of Internet email addresses =item L A library for sending email =item L The Swiss army chainsaw of assembling email messages =back =head2 Date Modules: Task::Kensho::Dates =over =item L A date and time object =item L A date object with as little code as possible =item L A time object with as little code as possible =item L A date object with as little code as possible =item L Date parsing both relative and absolute =back =head2 Scalability: Task::Kensho::Scalability =over =item L A unified cache interface, like DBI =back =head2 Config Modules: Task::Kensho::Config =over =item L Load configuration from different file formats, transparently =item L Generic Config Module =back =head2 Useful Command-line Tools: Task::Kensho::CLI =over =item L A grep-like text finder =item L Easy access to any pastebin =item L A modern perl interactive shell =item L What modules shipped with versions of perl =item L Manage perl installations in your $HOME =back =head2 Script Hackery: Task::Kensho::Hackery These packages are included less for production work and more for whippitupitude. They reflect packages that people have found incredibly useful for prototyping and debugging before reducing down to a production script. =over =item L Comments that do more than just sit there =item L Simple progress bars =item L IO::All combines all of the best Perl IO modules into a single nifty object oriented interface to greatly simplify your everyday Perl IO idioms. =back =head1 RELEASE SCHEDULE Starting with release 0.18 Task::Kensho was moved to a monthly release cycle. This will facilitate a consistent schedule for upstream vendors to track the changes in Task::Kensho. =head1 BUGS AND LIMITATIONS This list is by no means comprehensive of the "Good" Modules on CPAN. Nor is this neccessarily the correct path for all developers. Each of these modules has a perfectly acceptable replacement that may work better for you. This is however a path to good perl practics, and a starting place on the road to Enlightened Perl programming. Please report any bugs or feature requests to C, or through the web interface at L. =head1 SEE ALSO L, L =head1 AUTHOR Chris Prather C<< >> =head1 LICENCE AND COPYRIGHT Copyright (c) 2008, 2009, Chris Prather C<< >>. Some rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L.