wreis / DBIx-Class-EncodedColumn

Automatically encode columns
https://metacpan.org/module/DBIx::Class::EncodedColumn
Other
2 stars 7 forks source link

Build fails #13

Closed Tux closed 4 years ago

Tux commented 4 years ago
.cpan/build/DBIx-Class-EncodedColumn-0 513 > perl Makefile.PL 
Can't call method "load_all_extensions" on an undefined value at inc/Module/Install.pm line 206.
BEGIN failed--compilation aborted at Makefile.PL line 5.
 my @exts = @{$self->{extensions}};
 unless ( @exts ) {
  @exts = $self->{admin}->load_all_extensions; # <---- HERE
 }

The comment on IRC was it's a busted release, including a bunch of stuff it shouldn't I tested it because it (indirectly) depends on Text::CSV_XS. I'll from now on exclude it from my test list until it is fixed.

wreis commented 4 years ago

Bugfixed in 0.00018.