From 303bc5357f0676911d9f69a4caf01afb768f2e22 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Thu, 18 Jan 2024 12:58:47 -0500 Subject: [PATCH] Fix example that should have used implicit command --- lib/PPI/App/ppi_version/BDFOY.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PPI/App/ppi_version/BDFOY.pm b/lib/PPI/App/ppi_version/BDFOY.pm index 74c8c7e..bf58585 100644 --- a/lib/PPI/App/ppi_version/BDFOY.pm +++ b/lib/PPI/App/ppi_version/BDFOY.pm @@ -15,7 +15,7 @@ PPI::App::ppi_version::BDFOY - brian d foy's rip off of Adam's ppi_version % ppi_version change 1.23 1.24 # call it with less typing. With no arguments, it assumes 'show'. - % ppi_version show + % ppi_version # with arguments that are not 'show' or 'change', assume 'change' % ppi_version 1.23 1.24