Binary package “libkeyword-simple-perl” in ubuntu trusty

Perl module to define new keywords in pure Perl

 Keyword::Simple allows one to implement new keywords in pure Perl. To do
 this, it is needed to write a module and call Keyword::Simple::define in
 the import method. Any keywords defined this way will be available in
 the lexical scope that's currently being compiled.