tags:

views:

500

answers:

3

I'm using EPIC, but it seems to have some drawbacks. Are there any other Perl plugins for Eclipse?

+1  A: 

There does not seem to be any other serious eclipse plugin for Perl out there, aside EPIC.

Regarding the problematic behaviors, did you check the question Why does the EPIC eclipse plugin not show any info in “Explain Errors/Warnings”? and its associated EPIC user guide ?

VonC
A: 

A new plugin is Perlipse http://www.eclipseplugincentral.com/Web_Links-index-req-viewlink-cid-1133.html It is far from complete atm.

A: 

For those who find this after me, ...propagated seems to appear for me when importing a module that isn't in the perl path using quotes. For example:

use base qw/ Class::DBI /;

This shows up as an error in the project explorer and problems window but not in the perl module itself.

MJ