]> git.donarmstrong.com Git - liborg-parser-perl.git/commit
Import original source of Org-Parser 0.23 upstream upstream/0.23
authorDon Armstrong <don@donarmstrong.com>
Tue, 3 Jul 2012 00:48:56 +0000 (17:48 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 3 Jul 2012 00:48:56 +0000 (17:48 -0700)
commitea1cb9802c83250629ea1f5003756988d03452d8
tree0004314829b46327841fe9ccadc3acde0013e055
Import original source of Org-Parser 0.23
60 files changed:
Build.PL [new file with mode: 0644]
Changes [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
MANIFEST.SKIP [new file with mode: 0644]
META.yml [new file with mode: 0644]
README [new file with mode: 0644]
dist.ini [new file with mode: 0644]
lib/Org/Document.pm [new file with mode: 0644]
lib/Org/Dump.pm [new file with mode: 0644]
lib/Org/Element.pm [new file with mode: 0644]
lib/Org/Element/Block.pm [new file with mode: 0644]
lib/Org/Element/Comment.pm [new file with mode: 0644]
lib/Org/Element/Drawer.pm [new file with mode: 0644]
lib/Org/Element/FixedWidthSection.pm [new file with mode: 0644]
lib/Org/Element/Footnote.pm [new file with mode: 0644]
lib/Org/Element/Headline.pm [new file with mode: 0644]
lib/Org/Element/Link.pm [new file with mode: 0644]
lib/Org/Element/List.pm [new file with mode: 0644]
lib/Org/Element/ListItem.pm [new file with mode: 0644]
lib/Org/Element/RadioTarget.pm [new file with mode: 0644]
lib/Org/Element/Setting.pm [new file with mode: 0644]
lib/Org/Element/Table.pm [new file with mode: 0644]
lib/Org/Element/TableCell.pm [new file with mode: 0644]
lib/Org/Element/TableRow.pm [new file with mode: 0644]
lib/Org/Element/TableVLine.pm [new file with mode: 0644]
lib/Org/Element/Target.pm [new file with mode: 0644]
lib/Org/Element/Text.pm [new file with mode: 0644]
lib/Org/Element/TimeRange.pm [new file with mode: 0644]
lib/Org/Element/Timestamp.pm [new file with mode: 0644]
lib/Org/Parser.pm [new file with mode: 0644]
t/00-compile.t [new file with mode: 0644]
t/01-basics.t [new file with mode: 0644]
t/base_element-field_name.t [new file with mode: 0644]
t/base_element-get_property.t [new file with mode: 0644]
t/base_element.t [new file with mode: 0644]
t/block.t [new file with mode: 0644]
t/comment.t [new file with mode: 0644]
t/data/custom_todo_kw.org [new file with mode: 0644]
t/data/listitem.org [new file with mode: 0644]
t/data/various.org [new file with mode: 0644]
t/drawer.t [new file with mode: 0644]
t/fixed_width_section.t [new file with mode: 0644]
t/footnote.t [new file with mode: 0644]
t/headline.t [new file with mode: 0644]
t/link_and_target.t [new file with mode: 0644]
t/list.t [new file with mode: 0644]
t/radio_target.t [new file with mode: 0644]
t/regression-rt68443.t [new file with mode: 0644]
t/release-pod-coverage.t [new file with mode: 0644]
t/release-pod-syntax.t [new file with mode: 0644]
t/setting-todo.t [new file with mode: 0644]
t/setting.t [new file with mode: 0644]
t/table.t [new file with mode: 0644]
t/testlib.pl [new file with mode: 0644]
t/text.t [new file with mode: 0644]
t/timerange.t [new file with mode: 0644]
t/timestamp.t [new file with mode: 0644]
t/various.t [new file with mode: 0644]
todo.org [new file with mode: 0644]