Skip to content

Commit

Permalink
refactored directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
wertarbyte committed Oct 12, 2009
1 parent 6ff0a06 commit 2b87dd8
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gettransactions.pl → bin/transactions
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# by Stefan Tomanek <stefan.tomanek@wertarbyte.de>

use strict;
use FindBin;
use lib "$FindBin::Bin/";

use Finance::Barclaycard;
use Finance::SantanderCC;
Expand Down Expand Up @@ -43,7 +41,7 @@

if ($help) {
print STDERR <<EOF
gettransactions.pl
transactions
--module The retrieval module to use (barclaycard, mercedesbenzbank, santandercc, paypal)
--credentials Comma seperated list of credentials to be used
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2b87dd8

Please sign in to comment.