openSUSE / cpanspec

Create openSUSE spec files form cpan tar files
Other
8 stars 10 forks source link

Partly fix #30 #31

Closed M0ses closed 2 years ago

M0ses commented 2 years ago
perlpunk commented 2 years ago

This will be fixed by https://build.opensuse.org/request/show/961071 So intrusive.pl will be gone and doesn't need to be packaged anymore.

I don't have a problem regarding Data::Dumper, some other module seems to be loading it. Not sure why it doesn't for you. But the use line should be there, of course. If you want you can rebase your PR with the Data::Dumper commit only.

M0ses commented 2 years ago

Line changed, but problem still exists so I updated my PR

 cpanspec --debug -f Getopt-Long-Descriptive-0.110.tar.gz 
main:1685: =============== read_meta_json
Can't locate object method "Dump" via package "Data::Dumper" at /usr/bin/cpanspec line 1713.
perlpunk commented 2 years ago

Thanks!