carygravel / gtk3-imageview

2 stars 3 forks source link

Fix VERSION extraction #15

Closed ppisar closed 3 years ago

ppisar commented 3 years ago

Makefile.PL extracts VERSION value from lib/Gtk3/ImageView.pm including the traling semicolon. ExtUtils::MM_Any then complains:

$ perl Makefile.PL Version string '4;' contains invalid data; ignoring: ';' at /usr/share/perl5/vendor_perl/ExtUtils/MM_Any.pm line 2286. Generating a Unix-style Makefile Writing Makefile for Gtk3::ImageView Writing MYMETA.yml and MYMETA.json

This patch fixes it.