From e10080a404c4d6932b227423065e4eb9be56091a Mon Sep 17 00:00:00 2001 From: Flavio Poletti Date: Tue, 28 Feb 2023 00:10:19 +0100 Subject: [PATCH] Add example for 80% of the times --- mobundle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mobundle b/mobundle index ab0ab42..99d4708 100755 --- a/mobundle +++ b/mobundle @@ -326,6 +326,10 @@ Ask the version number to the script itself, calling: =head1 EXAMPLES + # the one I always look for + shell$ mobundle -LPo bundled.pl -m Mod::One -m Mod::Two script.pl + + # other useful examples shell$ mobundle -m Template::Perlish yourscript.pl shell$ mobundle -m Template::Perlish --head '#!/path/to/perl' script.pl -- 2.11.4.GIT