Skip Menu |

This queue is for tickets about the Padre-Plugin-Shell-Base CPAN distribution.

Report information
The Basics
Id: 70293
Status: resolved
Priority: 0/
Queue: Padre-Plugin-Shell-Base

People
Owner: gsiems [...] gmail.com
Requestors: fenixk19 [...] mail.ru
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.12
Fixed in: 0.13



Subject: Shell base broken on new Padre versions due to get_mimetype replacement
In new versions of Padre (I have 0.76) shell base plugin fail running update_environment_vars subroutine due to replacement of Padre::Document->get_mimetype to Padre::Document->mimetype. The fix is just replace line 94 of Base.pm $ENV{PE_MIMETYPE} = $document->get_mimetype(); with $ENV{PE_MIMETYPE} = $document->mimetype(); (This bug makes Filter plugin broken).
Fixed in version 0.13