Skip to content

explicit setting of a variable does not seem to work with pipe based filters [rt.cpan.org #59208] #174

Description

@atoomic

Migrated from rt.cpan.org#59208 (status was 'new')

Requestors:

From http://dekimsey.myopenid.com/ on 2010-07-08 20:31:44:

When the SET directive is used, pipe filtering doesn't seem to be applied 
to the variable.

Example:

  [% foo_uri = "foo bar" | uri %]
  I am encoded '[% foo_uri %]'

  [% SET foo_uri = "foo bar" | uri %]
  I am not encoded '[% foo_uri %]'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions