Skip to content

Instantly share code, notes, and snippets.

@clintongormley
Created August 18, 2011 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clintongormley/e5c4fe14b969f2141f2b to your computer and use it in GitHub Desktop.
Save clintongormley/e5c4fe14b969f2141f2b to your computer and use it in GitHub Desktop.
dynamic_filters => {
l => sub {
my ( $context, @args ) = @_;
return sub { _( shift @_, @args ) }
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment