Codebase list libmodule-cpanfile-perl / 074101b
add a failing test to show to_string does not correctly stringify features Kenichi Ishigaki 6 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
8282 }
8383
8484 like $cpanfile->to_string, qr/feature/;
85 like $cpanfile->to_string, qr/DBD::SQLite/;
8586 }
8687
8788 done_testing;