Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove stray regex quantifier (cpan?)
  • Loading branch information
lucasbuchala committed Nov 19, 2018
1 parent 6f471c8 commit f7112f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ModulesPerl6/DbBuilder/Dist/Source/CPAN.pm
Expand Up @@ -23,7 +23,7 @@ use constant UNPACKED_DISTS => 'dists-from-CPAN-unpacked';

sub re {
qr{
^ cpan?://
^ cpan://
( # file
id/
( # dist dir portion
Expand Down

0 comments on commit f7112f6

Please sign in to comment.