diff options
author | Patrick Spek <p.spek@tyil.nl> | 2018-06-24 02:02:23 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2018-06-24 02:02:23 +0200 |
commit | 2b2d477d95a0c4719b9ff30121cbbf4b0e9fad2f (patch) | |
tree | 1b2e3234f39523bb1cfb7163cb7515f516c4cfb9 | |
parent | 2355e3da0215c6282f30ef09a10bb9eea01a1ea1 (diff) | |
download | Pod::To::Pager-2b2d477d95a0c4719b9ff30121cbbf4b0e9fad2f.tar.gz Pod::To::Pager-2b2d477d95a0c4719b9ff30121cbbf4b0e9fad2f.tar.bz2 |
Update NAME in test-program
-rw-r--r-- | t/results/test-program.txt | 2 | ||||
-rw-r--r-- | t/sources/test-program.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t/results/test-program.txt b/t/results/test-program.txt index 91b0466..e3c53b0 100644 --- a/t/results/test-program.txt +++ b/t/results/test-program.txt @@ -1,5 +1,5 @@ [1;34mNAME[0m - Test Program for App::POD::Manual + Test Program for Pod::To::Parser [1;34mAUTHOR[0m Patrick Spek diff --git a/t/sources/test-program.pl b/t/sources/test-program.pl index 95ad872..68bb5f5 100644 --- a/t/sources/test-program.pl +++ b/t/sources/test-program.pl @@ -11,7 +11,7 @@ sub MAIN () =begin pod -=NAME Test Program for App::POD::Manual +=NAME Test Program for Pod::To::Parser =AUTHOR Patrick Spek =VERSION 0.0.1 =LICENSE GNU Affero GPL v3 |