1Task::Kensho::XML(3) User Contributed Perl Documentation Task::Kensho::XML(3)
2
3
4
6 Task::Kensho::XML - A Glimpse at an Enlightened Perl: XML Development
7
9 version 0.40
10
12 > cpanm --interactive Task::Kensho::XML
13
15 From <http://en.wikipedia.org/wiki/Kensho>:
16
17 Kenshō (見性) (C. Wu) is a Japanese term for enlightenment
18 experiences - most commonly used within the confines of Zen
19 Buddhism - literally meaning "seeing one's nature"[1] or "true
20 self."[2] It generally "refers to the realization of nonduality of
21 subject and object."[3]
22
23 Task::Kensho is a list of recommended modules for Enlightened Perl
24 development. CPAN is wonderful, but there are too many wheels and you
25 have to pick and choose amongst the various competing technologies.
26
27 The plan is for Task::Kensho to be a rough testing ground for ideas
28 that go into among other things the Enlightened Perl Organisation
29 Extended Core (EPO-EC).
30
31 The modules that are bundled by Task::Kensho are broken down into
32 several categories and are still being considered. They are all taken
33 from various top 100 most used perl modules lists and from discussions
34 with various subject matter experts in the Perl Community. That said,
35 this bundle does not follow the guidelines established for the EPO-EC
36 for peer review via industry advisers.
37
38 Starting in 2011, Task::Kensho split its sub-groups of modules into
39 individually-installable tasks. Each Task::Kensho sub-task is listed
40 at the beginning of its section in this documentation.
41
42 When installing Task::Kensho itself, you will be asked to install each
43 sub-task in turn, or you can install individual tasks separately. These
44 individual tasks will always install all their modules by default. This
45 facilitates the ease and simplicity the distribution aims to achieve.
46
48 Task::Kensho::XML: XML Development
49 XML::Generator::PerlData
50
51 Perl extension for generating SAX2 events from nested Perl data
52 structures.
53
54 XML::LibXML
55
56 Perl Binding for libxml2
57
58 XML::LibXSLT
59
60 Interface to the gnome libxslt library
61
62 XML::SAX
63
64 Simple/Streaming API for XML
65
66 XML::SAX::Writer
67
68 Output XML from SAX2 Events
69
71 Since version 0.34, Task::Kensho has made use of the
72 "optional_features" field in distribution metadata. This allows CPAN
73 clients to interact with you regarding which modules you wish to
74 install.
75
76 The "cpanm" client requires interactive mode to be enabled for this to
77 work:
78
79 cpanm --interactive Task::Kensho::XML
80
82 <http://www.enlightenedperl.org/>, Perl::Dist::Strawberry
83
85 This list is by no means comprehensive of the "Good" Modules on CPAN.
86 Nor is this necessarily the correct path for all developers. Each of
87 these modules has a perfectly acceptable replacement that may work
88 better for you. This is however a path to good perl practice, and a
89 starting place on the road to Enlightened Perl programming.
90
91 Please report any bugs or feature requests to
92 <https://github.com/EnlightenedPerlOrganisation/task-kensho/issues>.
93
94 bugs may be submitted through
95 <https://github.com/EnlightenedPerlOrganisation/task-kensho/issues>.
96
97 There is also an irc channel available for users of this distribution,
98 at "#epo" on "irc.perl.org" <irc://irc.perl.org/#epo>.
99
101 Chris Prather <chris@prather.org>
102
104 · Karen Etheridge <ether@cpan.org>
105
106 · Leo Lapworth <leo@cuckoo.org>
107
108 · Chris Nehren <apeiron@cpan.org>
109
110 · Olaf Alders <olaf@wundersolutions.com>
111
112 · Dan Book <grinnz@gmail.com>
113
114 · Rachel Kelly <rkellyalso@gmail.com>
115
116 · Shawn Sorichetti <shawn@coloredblocks.com>
117
118 · Rick Leir <rleir@leirtech.com>
119
121 This software is copyright (c) 2008 by Chris Prather.
122
123 This is free software; you can redistribute it and/or modify it under
124 the same terms as the Perl 5 programming language system itself.
125
126
127
128perl v5.28.1 2018-12-01 Task::Kensho::XML(3)