NAME
Task::Kensho - A Glimpse at an Enlightened Perl
VERSION
This document describes Task::Kensho version 0.0.1
SYNOPSIS
> cpan Task::Kensho
DESCRIPTION,
From http://en.wikipedia.org/wiki/Kensho:
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 reccomended 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 eventually morph into an actual perl distribution.
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.
Basic Toolchain
- Bundle::CPAN
-
Bundle to optimize the behaviour of CPAN.pm
- local::lib
-
Create and use a local lib/ for perl modules with PERL5LIB
- version
-
Perl extension for Version Objects
Testing
- Test::Simple
-
Basic utilities for writing tests.
- Test::Exception
-
Test exception based code
- Test::Pod
-
Check for POD errors in files
- Test::Pod::Coverage
-
Check for pod coverage in your distribution.
- Test::Memory::Cycle
-
Check for memory leaks and circular memory references
Object Oriented Programming
- Moose
-
A postmodern object system for Perl 5
- Moose::Autobox
-
Autoboxed wrappers for Native Perl datatypes
- MooseX::AttributeHelpers
-
Extend your attribute interfaces
- MooseX::Storage
-
An serialization framework for Moose classes
- MooseX::Getopt
-
A Moose role for processing command line options
- namespace::clean
-
Keep imports and functions out of your namespace
Asynchronous Programming
- POE
-
portable multitasking and networking framework for Perl
Web Development
- Catalyst
-
The Elegant MVC Web Application Framework
- Catalyst::View::TT
-
Template View Class
- Catalyst::Model::DBIC::Schema
-
DBIx::Class::Schema Model Class
- Catalyst::Devel
-
Catalyst Development Tools
- Catalyst::Plugin::Session
-
Generic Session plugin - ties together server side storage and client side state required to maintain session data.
- Catalyst::Plugin::Authentication
-
Infrastructure plugin for the Catalyst authentication framework
- Catalyst::Plugin::StackTrace
-
Display a stack trace on the debug screen
Database Development
- DBI
-
Database independent interface for Perl
- DBD::SQLite
-
Self Contained RDBMS in a DBI Driver
- DBIx::Class
-
Extensible and flexible object <-> relational mapper.
- DBIx::Class::Schema::Loader
-
Dynamic definition of a DBIx::Class::Schema
- SQL::Translator
-
Manipulate structured data definitions (SQL and more)
Web Crawling
- Bundle::LWP
-
Install all libwww-perl related modules
- LWP::Simple
-
Simple procedural interface to LWP
- WWW::Mechanize
-
Handy web browsing in a Perl object
Module Development
- Module::Starter
-
A simple starter kit for any module
- Module::Install
-
Standalone, extensible Perl module installer
- Devel::NYTProf
-
Powerful feature-rich perl source code profiler
Date Modules
- DateTime
-
A date and time object
- Date::Tiny
-
A date object with as little code as possible
- Time::ParseDate
-
Date parsing both relative and absolute
Config Modules
- Config::Any
-
Load configuration from different file formats, transparently
- Config::General
-
Generic Config Module
Useful Command-line Tools
- App::Ack
-
A grep-like text finder
- App::Nopaste
-
Easy access to any pastebin
- Devel::REPL
-
A modern perl interactive shell
- Module::Corelist
-
What modules shipped with versions of perl
Script Hackery
- Smart::Comments
-
Comments that do more than just sit there
- IO::All
-
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.
- XXX
-
XXX.pm exports a function called XXX that you can put just about anywhere in your Perl code to make it die with a YAML dump of the arguments to its right.
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 practicies, and a starting place on the road to Enlightened Perl programming.
No bugs have been reported.
Please report any bugs or feature requests to bug-task-kensho@rt.cpan.org
, or through the web interface at http://rt.cpan.org.
SEE ALSO
http://www.enlightenedperl.org/, Perl::Dist::Strawberry, http://gitorious.org/projects/task-kensho
AUTHOR
Chris Prather <perigrin@cpan.org>
LICENCE AND COPYRIGHT
Copyright (c) 2008, Chris Prather <perigrin@cpan.org>
. Some rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.