Need to use Supporters!
This commit is contained in:
parent
09f25e9fc9
commit
2d52ce2cd1
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ use autodie qw(open close);
|
||||||
use DBI;
|
use DBI;
|
||||||
use Encode qw(encode decode);
|
use Encode qw(encode decode);
|
||||||
|
|
||||||
|
use Supporters;
|
||||||
|
|
||||||
my $LEDGER_CMD = "/usr/local/bin/ledger";
|
my $LEDGER_CMD = "/usr/local/bin/ledger";
|
||||||
|
|
||||||
if (@ARGV != 4 and @ARGV != 5) {
|
if (@ARGV != 4 and @ARGV != 5) {
|
||||||
|
|
Loading…
Reference in a new issue