1
vote
2answers
57 views
Why does my Perl unit test fail in EPIC but work in the debugger?
Has anyone ever experienced a unit test that fails and when they tried to debug it to find out where the failure was occurring, the unit test succeeds when running the code in the …
1
vote
2answers
68 views
How do I enable all EPIC projects to use Perl’s @INC?
I have a set of intra-dependent Perl projects and would like to use EPIC to work on them. I created one Epic (Eclipse) project for each of my projects and I set dependencies among …
0
votes
0answers
38 views
Eclipse/EPIC source formatter sometimes works sometime does not. why?
I have EPIC installed for Eclipse to be used for perl development. EPIC used perltidy for souce formatting. The problem I am facing is this - When I select a bunch of code and pres …
0
votes
1answer
35 views
Excluding code sections from EPIC/tidyperl source formatting.
I in a large codebase of an application written in perl there is a lot of HTML and JS written inline in the perl file.
$html_str = qq^ <A LOT OF HTML> ^;
All the code dev …
1
vote
2answers
198 views
How can I run Perl test cases in Eclipse using EPIC?
I am using eclipse EPIC (Perl plug-in) to run my Perl scripts. The scripts are running fine. but I want group my scripts and run together at a go. How can I do this?
The scripts I …
1
vote
2answers
217 views
Are there any decent Perl plugins for Eclipse?
I'm using EPIC, but it seems to have some drawbacks. Are there any other Perl plugins for Eclipse?
3
votes
1answer
163 views
Why does the EPIC eclipse plugin not show any info in “Explain Errors/Warnings”?
I use the "EPIC" plugin to Eclipse for Perl development, but in the "Explain Errors/Warnings" view there's no info at all, even though I have some compilation errors. Do I need to …
