Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: perl-Template-Plugin-JavaScript - Encodes text to be 
safe in JavaScript

https://bugzilla.redhat.com/show_bug.cgi?id=484487

           Summary: Review Request: perl-Template-Plugin-JavaScript -
                    Encodes text to be safe in JavaScript
           Product: Fedora
           Version: rawhide
          Platform: All
               URL: http://search.cpan.org/dist/Template-Plugin-JavaScript
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: Package Review
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected], [email protected]
   Estimated Hours: 0.0
    Classification: Fedora


Spec URL:
http://fedorapeople.org/~cweyl/review/perl-Template-Plugin-JavaScript.spec
SRPM URL:
http://fedorapeople.org/~cweyl/review/perl-Template-Plugin-JavaScript-0.01-1.fc10.src.rpm

Description:
Template::Plugin::JavaScript is a TT filter that filters text so it can
be safely used in JavaScript quotes. e.g:

  [% USE JavaScript %]
  document.write("[% FILTER js %] Here's some text going on. [% END %]");

will become:

  document.write("\nHere\'s some text going on.\n");

Koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1110951

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to