From fa6e0a8a90a1e58fb170a9d183e040be0420648f Mon Sep 17 00:00:00 2001 From: Todd Rinaldo Date: Fri, 21 Jun 2024 21:55:33 +0000 Subject: [PATCH] Update MANIFEST --- MANIFEST | 6 ++++++ MANIFEST.SKIP | 1 + 2 files changed, 7 insertions(+) diff --git a/MANIFEST b/MANIFEST index 3bfe0d737..b9f6985ed 100644 --- a/MANIFEST +++ b/MANIFEST @@ -5,10 +5,13 @@ bin/tt2inst bin/ttree Changes HACKING +HACKING.md images/tt2power.gif images/ttdotorg.gif INSTALL +INSTALL.md lib/Template.pm +lib/Template/App/ttree.pm lib/Template/Base.pm lib/Template/Config.pm lib/Template/Constants.pm @@ -126,12 +129,15 @@ t/lib/Template/Plugin/ProcBar.pm t/lib/Template/Plugin/ProcFoo.pm t/lib/Template/Plugin/Simple.pm t/list.t +t/load_order_vmethods_stash.t t/macro.t t/math.t t/math_rand.t +t/meta.t t/mtime-zero.t t/object.t t/outline.t +t/outline_line.t t/output.t t/parser.t t/parser2.t diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index c36e57bc7..8d1860d84 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -64,3 +64,4 @@ ^templates/jscript ^\.travis.yml cpanfile +^\.editorconfig \ No newline at end of file