summaryrefslogtreecommitdiff
path: root/tests/docs/pod-t
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-02-19 01:21:48 -0800
committerRuss Allbery <rra@stanford.edu>2010-02-19 01:21:48 -0800
commit345333f027be0b34318584b3f1b5e3e12adcaa98 (patch)
treec7b8090eb433b9c32762e40a364aeabd320b6167 /tests/docs/pod-t
parent93eb5f8fe8d05398dd6fb364680e40eb8dae23e4 (diff)
Refactor reporting into a separate module and script
Move all reporting from Wallet::Admin to Wallet::Report and simplify the method names since they're now part of a dedicated reporting class. Similarly, create a new wallet-report script to wrap Wallet::Report, moving all reporting commands to it from wallet-admin, and simplify the commands since they're for a dedicated reporting script. Remove the contrib script wallet-report to wallet-summary so that it doesn't conflict with the new reporting backend script.
Diffstat (limited to 'tests/docs/pod-t')
-rwxr-xr-xtests/docs/pod-t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docs/pod-t b/tests/docs/pod-t
index 9b6c5d1..f92ba2c 100755
--- a/tests/docs/pod-t
+++ b/tests/docs/pod-t
@@ -13,7 +13,7 @@ eval 'use Test::Pod 1.00';
plan skip_all => 'Test::Pod 1.00 required for testing POD' if $@;
my @files = qw(client/wallet.pod server/keytab-backend server/wallet-admin
- server/wallet-backend);
+ server/wallet-backend server/wallet-report);
my $total = scalar (@files);
plan tests => $total;
for my $file (@files) {