1Task::Kensho::ToolchainU(s3e)r Contributed Perl DocumentaTtaisokn::Kensho::Toolchain(3)
2
3
4
6 Task::Kensho::Toolchain - A Glimpse at an Enlightened Perl: Basic
7 Toolchain
8
10 version 0.39
11
13 > cpanm --interactive Task::Kensho::Toolchain
14
16 From <http://en.wikipedia.org/wiki/Kensho>:
17
18 Kenshō (見性) (C. Wu) is a Japanese term for enlightenment
19 experiences - most commonly used within the confines of Zen
20 Buddhism - literally meaning "seeing one's nature"[1] or "true
21 self."[2] It generally "refers to the realization of nonduality of
22 subject and object."[3]
23
24 Task::Kensho is a list of recommended modules for Enlightened Perl
25 development. CPAN is wonderful, but there are too many wheels and you
26 have to pick and choose amongst the various competing technologies.
27
28 The plan is for Task::Kensho to be a rough testing ground for ideas
29 that go into among other things the Enlightened Perl Organisation
30 Extended Core (EPO-EC).
31
32 The modules that are bundled by Task::Kensho are broken down into
33 several categories and are still being considered. They are all taken
34 from various top 100 most used perl modules lists and from discussions
35 with various subject matter experts in the Perl Community. That said,
36 this bundle does not follow the guidelines established for the EPO-EC
37 for peer review via industry advisers.
38
39 Starting in 2011, Task::Kensho split its sub-groups of modules into
40 individually-installable tasks. Each Task::Kensho sub-task is listed
41 at the beginning of its section in this documentation.
42
43 When installing Task::Kensho itself, you will be asked to install each
44 sub-task in turn, or you can install individual tasks separately. These
45 individual tasks will always install all their modules by default. This
46 facilitates the ease and simplicity the distribution aims to achieve.
47
49 Task::Kensho::Toolchain: Basic Toolchain
50 App::FatPacker
51
52 Pack your dependencies onto your script file
53
54 App::cpanminus
55
56 Get, unpack, build and install modules from CPAN
57
58 App::perlbrew
59
60 Manage perl installations in your $HOME
61
62 CPAN::Mini
63
64 Create a minimal mirror of CPAN
65
66 Carton
67
68 Perl module dependency manager (aka Bundler for Perl) - Not supported
69
70 Note: Carton is not provided by Fedora. Carton does not work correctly,
71 if the system uses perl installed by a vendor package with modules
72 stripped from core as Fedora does.
73
74 Pinto
75
76 Curate a repository of Perl modules
77
78 local::lib
79
80 Create and use a local lib/ for perl modules with PERL5LIB
81
82 version
83
84 Perl extension for Version Objects
85
87 Since version 0.34, Task::Kensho has made use of the
88 "optional_features" field in distribution metadata. This allows CPAN
89 clients to interact with you regarding which modules you wish to
90 install.
91
92 The "cpanm" client requires interactive mode to be enabled for this to
93 work:
94
95 cpanm --interactive Task::Kensho::Toolchain
96
98 <http://www.enlightenedperl.org/>, Perl::Dist::Strawberry
99
101 This list is by no means comprehensive of the "Good" Modules on CPAN.
102 Nor is this necessarily the correct path for all developers. Each of
103 these modules has a perfectly acceptable replacement that may work
104 better for you. This is however a path to good perl practice, and a
105 starting place on the road to Enlightened Perl programming.
106
107 Please report any bugs or feature requests to
108 <https://github.com/EnlightenedPerlOrganisation/task-kensho/issues>.
109
110 bugs may be submitted through
111 <https://github.com/EnlightenedPerlOrganisation/task-kensho/issues>.
112
113 There is also an irc channel available for users of this distribution,
114 at "#epo" on "irc.perl.org" <irc://irc.perl.org/#epo>.
115
117 Chris Prather <chris@prather.org>
118
120 · Karen Etheridge <ether@cpan.org>
121
122 · Leo Lapworth <leo@cuckoo.org>
123
124 · Chris Nehren <apeiron@cpan.org>
125
126 · Rick Leir <rleir@leirtech.com>
127
129 This software is copyright (c) 2008 by Chris Prather.
130
131 This is free software; you can redistribute it and/or modify it under
132 the same terms as the Perl 5 programming language system itself.
133
134
135
136perl v5.28.0 2018-07-15 Task::Kensho::Toolchain(3)