You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'dancer2 gen -a my::app' puts 2 entries (lib/my/app.pm lib/my/app.pm) in VERSION_FROM field in Makefile.PL
this causes 'perl Makefile.pl' to fail with
Could not open 'lib/my/app.pm lib/my/app.pm': No such file or directory at /usr/share/perl/5.34/ExtUtils/MM_Unix.pm line 2967.
removing one of the entries manually cures the error, but doesn't fix it for next project generated.
The text was updated successfully, but these errors were encountered:
'dancer2 gen -a my::app' puts 2 entries (lib/my/app.pm lib/my/app.pm) in VERSION_FROM field in Makefile.PL
this causes 'perl Makefile.pl' to fail with
Could not open 'lib/my/app.pm lib/my/app.pm': No such file or directory at /usr/share/perl/5.34/ExtUtils/MM_Unix.pm line 2967.
removing one of the entries manually cures the error, but doesn't fix it for next project generated.
The text was updated successfully, but these errors were encountered: