Skip Menu |

This queue is for tickets about the circle-fe-gtk CPAN distribution.

Report information
The Basics
Id: 123627
Status: patched
Priority: 0/
Queue: circle-fe-gtk

People
Owner: Nobody in particular
Requestors: TEAM [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.130560
Fixed in: (no value)



Subject: Missing Module::Pluggable dep
Just needs adding to the prereqs, runs fine (with the other patch) once installed.
On Tue Nov 14 10:38:27 2017, TEAM wrote: Show quoted text
> Just needs adding to the prereqs, runs fine (with the other patch) > once installed.
Easy fix. -- Paul Evans
Subject: rt123627.patch
=== modified file 'Build.PL' --- Build.PL 2013-03-04 17:49:24 +0000 +++ Build.PL 2017-11-14 18:17:43 +0000 @@ -11,6 +11,7 @@ 'Gtk2' => 0, 'IO::Async' => '0.14', 'IO::Async::Loop::Glib' => 0, + 'Module::Pluggable' => 0, 'Net::Async::Tangence::Client' => '0.08', 'Tangence::ObjectProxy' => '0.18', },