Skip to content

Commit

Permalink
Removed unused dependency on Carp::Assert
Browse files Browse the repository at this point in the history
We haven't used any assertions in quite a while and I'm not planning
on adding any.
  • Loading branch information
tbm committed May 22, 2019
1 parent bcbac98 commit 2cae944
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion bin/ledger2beancount
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ use utf8;
use feature 'unicode_strings';
use open qw/:std :locale/;

use Carp::Assert;
use Config::Onion;
use Date::Calc qw/Add_Delta_Days/;
use DateTime::Format::Strptime qw/strftime/;
Expand Down
1 change: 0 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

requires 'Carp::Assert';
requires 'Config::Onion';
requires 'Date::Calc';
requires 'DateTime::Format::Strptime', '>= 1.58';
Expand Down
5 changes: 2 additions & 3 deletions docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ beancount.
ledger2beancount is a Perl script and relies on the following Perl
modules:

* Carp::Assert
* Config::Onion
* Date::Calc
* DateTime::Format::Strptime
Expand All @@ -46,8 +45,8 @@ You can install the required Perl modules with

If you use Debian, you can install the dependencies with this command:

sudo apt install libcarp-assert-perl libconfig-onion-perl \
libdate-calc-perl libfile-basedir-perl libyaml-libyaml-perl \
sudo apt install libconfig-onion-perl libdate-calc-perl \
libfile-basedir-perl libyaml-libyaml-perl \
libgetopt-long-descriptive-perl libdatetime-format-strptime-perl \
libstring-interpolate-perl

Expand Down

0 comments on commit 2cae944

Please sign in to comment.