-
-
21 Feb 2001 22:19:39 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (436 / 4 / 0)
- Kwalitee
Bus factor: 0- 86.41% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (40.24KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.09
- in the grammar, made it so that single-lined attributes have their whitespace trimmed on both the left and right sides.
- added a license attribute and a get/set method for it, too. this is my first significant fork away from target wizard ECDs.
- added license to the ecd_v1.dtd and the @default_order array in Embedix::ECD::Util and documented the change.
- use Carp;
- moved unindent_and_aggregate out of the grammar and into Embedix::ECD::Util.
- using the production from chipmunk@perlmonks (w/ minor modifications, I can now have '<' inside rawtext!
- make unindent_and_aggregate() remove comments
- added hasChildren()
- added delChild()
- system/base/$arch/MAKEDEV.ecd spaces are allowed in node names so I adjusted for that
- CONFLICTS attribute added.
- applied yy}}po<ESC>V:s/=item / /<ENTER>{{kV:s/\$ecd->\|()//g<ENTER> to the documentation
- in the *_size attributes, it's able to evaluate mathematical expressions, and deal w/ pairs of numbers. The first number is the base size, and the second number is the give-or-take amount. make_evaluating_getter_method() makes it possible.
Documentation
performs syntax checking of .ecd filesconverts text in ECD format to an XML equivalentperforms syntax checking of .ecd filesModules
Embedix Component Descriptions as objectsan object for AUTOVAR nodesan object for COMPONENT nodesan object for GROUP nodesa base class for ECD nodesan object for OPTION nodesa class for root nodesmiscellaneous stuffadds a method to write ECD data as XMLProvides
in lib/Embedix/ECD/XMLv1.pmOther files
Module Install Instructions
To install Embedix::ECD, copy and paste the appropriate command in to your terminal.
cpanm Embedix::ECD
perl -MCPAN -e shell install Embedix::ECD
For more information on module installation, please visit the detailed CPAN module installation guide.