Skip to content

Commit

Permalink
Update manifest, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cxw42 committed May 9, 2020
1 parent 8a52b9d commit 534117d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Data-Hopen

0.000016 2020-05-09 (TRIAL RELEASE)
- cpanfile now provided for easier installation of dependencies
- An edge can have multiple links, and they run in sequence
- More tests

0.000015 2019-06-04
- No changes - stable release of 0.000014

Expand Down
7 changes: 7 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
bin/hopen
Changes
cpanfile
lib/Data/Hopen.pm
lib/Data/Hopen/Base.pm
lib/Data/Hopen/Class.pm
lib/Data/Hopen/G.pod
lib/Data/Hopen/G/CollectOp.pm
lib/Data/Hopen/G/DAG.pm
Expand Down Expand Up @@ -30,26 +32,31 @@ MANIFEST This list of files
MANIFEST.SKIP
README Autogenerated
README.md Autogenerated
support/cpanfile.pl
support/readme.pl
t/00-load.t
t/000-class.t
t/001-entity.t
t/002-link.t
t/003-node.t
t/004-goal.t
t/007-hnew.t
t/008-nameset.t
t/009-hopen-constants.t
t/009-scope.t
t/010-scope-hash.t
t/011-scope-env.t
t/012-scope-nested.t
t/030-ordered_pred.t
t/050-runnable.t
t/100-op.t
t/101-collect-op.t
t/120-dag.t
t/121-dag-single-goal.t
t/122-dag-visitor.t
t/123-dag-warnings.t
t/124-dag-merge-node-inputs.t
t/125-dag-links.t
t/998-sig-die.t
t/999-extras-for-coverage.t
t/lib/HopenTest.pm
Expand Down
1 change: 0 additions & 1 deletion t/030-ordered_pred.t
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,3 @@ sub add_edge {
#is($preds[0], 'b', 'First predecessor');
#is($preds[1], 'd', 'Second predecessor');
}

0 comments on commit 534117d

Please sign in to comment.