Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-27 | Add stopwords for POD documentation of contrib/* scripts | Russ Allbery | |
Change-Id: I850cb07c344757362f09a3c2d88adc5b8154d7d7 Reviewed-on: https://gerrit.stanford.edu/838 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu> | |||
2010-08-16 | Fix wallet-summary leading comment and module inclusion | Russ Allbery | |
This script now uses Wallet::Report, not Wallet::Admin. | |||
2010-02-19 | Refactor reporting into a separate module and script | Russ Allbery | |
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. |