From 45f5b240fba94effa0c3b0357368ee11ea3a7441 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 8 Nov 2011 14:29:08 +0100 Subject: [PATCH] buildtoc --showfiles should only list the files to regenerated. This fixes a bug caused by the refactoring of commit 9dce16cd064e70e6, which caused --showfiles to always list list all known files, irrespective of which had been specified with command line flags. --- pod/buildtoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/buildtoc b/pod/buildtoc index 142708f..fc49da9 100644 --- a/pod/buildtoc +++ b/pod/buildtoc @@ -96,7 +96,7 @@ __USAGE__ File::Spec->catfile(@d ? (@d == 1 && $d[0] eq '' ? () : @d) : "pod", $f); - } @Targets{@files}), + } values %Build), "\n"; exit(0); } -- 2.7.4