diff --git a/Changes b/Changes index 059b3e6..74e2e3c 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/MANIFEST b/MANIFEST index 42c439d..6769241 100644 --- a/MANIFEST +++ b/MANIFEST @@ -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 @@ -30,8 +32,10 @@ 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 @@ -39,10 +43,12 @@ 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 @@ -50,6 +56,7 @@ 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 diff --git a/t/030-ordered_pred.t b/t/030-ordered_pred.t index cf27199..63d0cfc 100644 --- a/t/030-ordered_pred.t +++ b/t/030-ordered_pred.t @@ -123,4 +123,3 @@ sub add_edge { #is($preds[0], 'b', 'First predecessor'); #is($preds[1], 'd', 'Second predecessor'); } -