aboutsummaryrefslogtreecommitdiff
path: root/tests/docs/pod-spelling-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-spelling-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-spelling-t')
-rwxr-xr-xtests/docs/pod-spelling-t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docs/pod-spelling-t b/tests/docs/pod-spelling-t
index 433d841..6993e4c 100755
--- a/tests/docs/pod-spelling-t
+++ b/tests/docs/pod-spelling-t
@@ -48,7 +48,7 @@ my @pod = map {
$pod =~ s,[^/.][^/]*/../,,g;
$pod;
} qw(client/wallet.pod server/keytab-backend server/wallet-admin
- server/wallet-backend);
+ server/wallet-backend server/wallet-report);
plan tests => scalar @pod;
# Finally, do the checks.