After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 791439 - Makefile.PL missing
Makefile.PL missing
Status: RESOLVED INVALID
Product: gnome-perl
Classification: Bindings
Component: Gtk3
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
https://git.gnome.org//browse/perl-Gtk3
Depends on:
Blocks:
 
 
Reported: 2017-12-10 13:18 UTC by ufibra
Modified: 2017-12-10 18:33 UTC
See Also:
GNOME target: ---
GNOME version: 3.17/3.18



Description ufibra 2017-12-10 13:18:04 UTC
README file says...
"To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install"

but no Makefile.PL was found in package "perl-Gtk3-0.033.zip".
README file seems outdated!!!!
Comment 1 ufibra 2017-12-10 13:33:52 UTC
Wish to use Perl Gtk3 bindings on Xubuntu 16.04 LTS as soon as possible.
Good work and Happy New Year.
Comment 2 Emmanuele Bassi (:ebassi) 2017-12-10 18:33:15 UTC
Where did the zip file come from?

The distribution tar.gz archive on CPAN:

  http://search.cpan.org/~xaoc/Gtk3-0.033/

contains the Makefile.PL file. I suggest you download that one instead of random zip files.