use strict; use warnings; package Task::Kensho::Toolchain; # git description: v0.41-10-gd468c67 # ABSTRACT: A Glimpse at an Enlightened Perl: Basic Toolchain our $VERSION = '0.41'; __END__ =pod =encoding UTF-8 =head1 NAME Task::Kensho::Toolchain - A Glimpse at an Enlightened Perl: Basic Toolchain =head1 VERSION version 0.41 =head1 SYNOPSIS > cpanm --interactive Task::Kensho::Toolchain =head1 DESCRIPTION =for stopwords Buddhism EPO Kenshō nonduality amongst Organisation installable 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 L is 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 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 Bundler =head2 L: Basic Toolchain =head3 L Pack your dependencies onto your script file =head3 L Get, unpack, build and install modules from CPAN =head3 L a fast CPAN module installer =head3 L Manage perl installations in your $HOME =head3 L Create a minimal mirror of CPAN =head3 L Perl module dependency manager (aka Bundler for Perl) =head3 L Curate a repository of Perl modules =head3 L Create and use a local lib/ for perl modules with PERL5LIB =head3 L Perl extension for Version Objects =head1 INSTALLING Since version 0.34, L has made use of the C field in distribution metadata. This allows CPAN clients to interact with you regarding which modules you wish to install. The C client requires interactive mode to be enabled for this to work: cpanm --interactive Task::Kensho::Toolchain =head1 SEE ALSO L, L =head1 BUGS AND LIMITATIONS This list is by no means comprehensive of the "Good" Modules on CPAN. Nor is this necessarily 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 practice, and a starting place on the road to Enlightened Perl programming. Please report any bugs or feature requests to L. Bugs may be submitted through L. There is also an irc channel available for users of this distribution, at L on C|irc://irc.perl.org/#epo>. =head1 AUTHOR Chris Prather =head1 CONTRIBUTORS =for stopwords Karen Etheridge Leo Lapworth Dan Book Chris Nehren Mohammad S Anwar Olaf Alders Rachel Kelly Shawn Sorichetti Rick Leir Tina Müller =over 4 =item * Karen Etheridge =item * Leo Lapworth =item * Dan Book =item * Chris Nehren =item * Mohammad S Anwar =item * Olaf Alders =item * Dan Book =item * Rachel Kelly =item * Shawn Sorichetti =item * Rick Leir =item * Tina Müller =back =head1 COPYRIGHT AND LICENCE This software is copyright (c) 2008 by Chris Prather. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut