1Revision history for Business-EDI
2
30.05    2010-09-08
4        Bump Test::More version requirement.  This fixes clean installs on,
5        for example, Ubuntu Lucid, where v0.92 doesn't have subtest.
6
70.04    2010-08-27
8        HTML output added (html method).
9        Composite "value" removed (they have subparts, not a value).
10
110.03    2010-08-04
12        Metamap segment groups for ORDERS, complete with spec range syntax and
13        sort function for spec designations.
14        xpath accessor, like $ordrsp->xpath("SG27/LIN/1229").
15        xpath accessor, w/ metamap like $ordrsp->xpath("line_details/LIN/1229").
16        Segment_group package.
17        Message package.
18        Many tests.
19        Some POD documentation.
20
210.02    2010-05-21
22        CSV spec files now govern Segment and Composite creation, parsing.
23        Business::EDI::Spec class handles location and parsing of spec CSV files.
24        Business::EDI::Segment::RFF and Business::EDI::Segment::BGM deprecated.
25        Additional tests added.
26        Deeploading (AUTOLOAD through subelements), i.e. collapsible Composites.
27        Data normalization on segment and message constructors.
28
290.01    2010-04-14
30        Rudimentary first version, mainly for incoming ORDRSP data.
31
32