Skip Menu |

This queue is for tickets about the HTML-Email-Obfuscate CPAN distribution.

Report information
The Basics
Id: 82889
Status: open
Priority: 0/
Queue: HTML-Email-Obfuscate

People
Owner: Nobody in particular
Requestors: cpan [...] master-developer.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.00
Fixed in: (no value)



Subject: Javascript option doesn't output as expected
Perl (v5.16.2) STEPS TO REPRODUCE my $Email = HTML::Email::Obfuscate->new( javascript => 1 ); my $html = $Email->escape_html_lite( 'cpan@ali.as' ); print $html; EXPECTED OUTPUT (javascript-produced output) ACTUAL OUTPUT cpan<!-- @ -->&#64;ali.as
From: https://me.yahoo.com/failkraken
Bug is still present when using the regular escape method: my $html = $Email->escape_html( 'cpan@ali.as' ); On Tue Jan 22 12:55:25 2013, https://me.yahoo.com/failkraken#d0230 wrote: Show quoted text
> Perl (v5.16.2) > > STEPS TO REPRODUCE > my $Email = HTML::Email::Obfuscate->new( javascript => 1 ); > my $html = $Email->escape_html_lite( 'cpan@ali.as' ); > print $html; > > EXPECTED OUTPUT > (javascript-produced output) > > ACTUAL OUTPUT > cpan<!-- @ -->&#64;ali.as