use strict; use warnings; package Task::Kensho; # git description: v0.40-29-gb2d78f6 # ABSTRACT: A Glimpse at an Enlightened Perl # KEYWORDS: EPO enlightened recommendations curated our $VERSION = '0.41'; __END__ =pod =encoding UTF-8 =head1 NAME Task::Kensho - A Glimpse at an Enlightened Perl =head1 VERSION version 0.41 =head1 SYNOPSIS > cpanm --interactive Task::Kensho =head1 DESCRIPTION =for stopwords Buddhism EPO Kenshō nonduality amongst Organisation installable WebSocket L is a list of recommended, widely used and best-in-class 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. From L: =over 4 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] =back The plan is for L 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 L 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, L split its sub-groups of modules into individually-installable tasks. Each L sub-task is listed at the beginning of its section in this documentation. When installing L itself, you will be asked to install each sub-task in turn, or you can install individual tasks separately. These individual tasks will always install all their modules by default. This facilitates the ease and simplicity the distribution aims to achieve. =head1 RECOMMENDED MODULES =for stopwords Async Minimalistic =head2 L: Async Programming =over 4 =item L represent an operation awaiting completion =item L Asynchronous event-driven programming =item L Many-Core Engine for Perl providing parallel processing capabilities =item L Minimalistic event loop =item L Multitasking and networking framework for Perl =item L A simple parallel processing fork manager =back =for stopwords pastebin yay =head2 L: Useful Command-line Tools =over 4 =item L A grep-like text finder =item L Easy access to any pastebin =item L What modules shipped with versions of perl =item L reply - read, eval, print, loop, yay! =back =head2 L: Config Modules =over 4 =item L Load configuration from different file formats, transparently =item L Generic Config Module =item L wrapper around the most current and fast JSON backends =back =head2 L: Database Development =over 4 =item L Self Contained RDBMS in a DBI Driver =item L Database independent interface for Perl =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 L: Date Modules =over 4 =item L A date and time object =item L A fast immutable object representing a date and time =item L Date parsing both relative and absolute =item L A date and time object based on localtime or gmtime =back =head2 L: Email =over 4 =item L The Swiss army chainsaw of assembling email messages =item L A library for sending email =item L A B email object. No, really! =item L A more casual approach to creating and sending Email:: emails =item L Check validity of Internet email addresses =back =for stopwords CSV XLS XLSX =head2 L: Excel/CSV =over 4 =item L Create spreadsheets in the XLSX format =item L Read the data from a spreadsheet =item L Create XLS documents easily =item L Manipulate comma-separated values (CSV) =back =head2 L: Exception Handling =over 4 =item L try/catch/finally with full syntax support for control statements =item L Lightweight exception handling that handles the vagaries of $@. =item L Make builtins and other functions die instead of returning undef on failure. =back =for stopwords whippitupitude Hackery Mojo =head2 L: Script 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 4 =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. =item L Comments that do more than just sit there =item L Simple progress bars =item L Fun one-liners with Mojo =back =head2 L: Logging =over 4 =item L Bringing loggers and listeners together. =item L Log::Contextual is a simple interface to extensible logging. It is bundled with a really basic logger, Log::Contextual::SimpleLogger. =item L This module manages a set of Log::Dispatch::* output objects that can be logged to via a unified interface. =item L Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl. =back =for stopwords profiler templated tidyall validator =head2 L: Module Development =over 4 =item L Upload things to the CPAN =item L Engine for tidyall, your all-in-one code tidier and validator =item L Colored pretty-print of Perl data structures and objects =item L Include stack traces on all warnings and errors =item L Combine warns and Data::Dumper::Concise =item L Powerful feature-rich perl source code profiler =item L Builds distributions of code to be uploaded to the CPAN. =item L enable all of the features of Modern Perl with one command =item L A simple, lightweight, drop-in replacement for ExtUtils::MakeMaker or Module::Build =item L Critique Perl source code for best-practices. =item L Parses and beautifies perl source =item L Convert POD to README file =item L Packages that provide templated software licenses =back =head2 L: Object Oriented Programming =over 4 =item L Minimalist Object Orientation (with Moose compatibility) =item L a postmodern object system for Perl5 (see also Task::Moose for a larger list of Moose extensions) =item L easy aliasing of methods and attributes in Moose =item L a Moose role for processing command line options =item L easy subclassing of non-Moose classes =item L Moose roles with composition parameters =item L a Moose role for setting attributes from a simple configuration file =item L a Moose extension that makes your object constructors blow up on unknown attributes =item L Parameterizable packages =item L tiny, yet Moo(se)-compatible type constraints =item L keep imports out of your namespace (Moose-aware) =back =for stopwords Redis =head2 L: Scalability =over 4 =item L A unified cache interface, like DBI =item L Perl binding for Redis database =back =head2 L: Testing =over 4 =item L Code coverage metrics for Perl =item L Distribution with a rich set of tools built upon the Test2 framework. =item L Test deep data structures =item L Test exception-based code =item L Check for memory leaks and circular memory references =item L Check for POD errors in files =item L Check for pod coverage in your distribution. =item L Make running a test conditional on a particular module being installed =item L Basic utilities for writing tests. =item L Test for warnings and the lack of them =back =for stopwords Bundler =head2 L: Basic Toolchain =over 4 =item L Pack your dependencies onto your script file =item L Get, unpack, build and install modules from CPAN =item L a fast CPAN module installer =item L Manage perl installations in your $HOME =item L Create a minimal mirror of CPAN =item L Perl module dependency manager (aka Bundler for Perl) =item L Curate a repository of Perl modules =item L Create and use a local lib/ for perl modules with PERL5LIB =item L Perl extension for Version Objects =back =for stopwords WebSocket =head2 L: Web Crawling =over 4 =item L A Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message =item L Lightweight HTTP client implementation =item L Simple procedural interface to LWP =item L Full-featured Web client library for Perl =item L Non-blocking I/O HTTP and WebSocket user agent =item L Handy web browsing in a Perl object =item L This module combines WWW::Mechanize and HTML::TreeBuilder. =item L Perl Client for the Selenium Remote Control test tool =back =for stopwords configs RSS =head2 L: Web Development =over 4 =item L A Semantic Web Framework =item L Build CGI::FormBuilder configs from Perl syntax files. =item L the new generation of Dancer, a lightweight yet powerful web application framework =item L HTML forms using Moose =item L Determine Web browser, version, and platform from an HTTP user agent string =item L Definition of MIME types =item L Real-time web framework =item L Flexible superglue between Web Servers and Perl Web Frameworks or code. =item L Catalyst is The Elegant MVC Web Application Framework. Task::Catalyst is all you need to start with Catalyst. =item L