Deparse.pm: Add another substword
authorFather Chrysostomos <sprout@cpan.org>
Sat, 24 Dec 2011 06:30:55 +0000 (22:30 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 24 Dec 2011 06:30:55 +0000 (22:30 -0800)
commitddc6eb271820be9ab4e08c9627bc26c1e28f55c4
treeee3b267365560e9708be30a89a8f54e2e5a56cd0
parentc3ae113d42b1c27d42b34afa86d66f9f9915c56f
Deparse.pm: Add another substword

Just couldn’t resist.

Before:

$ ./perl -Ilib -MO=Deparse -e 's///egoru'
s//();/egoru;
-e syntax OK

After:

$ ./perl -Ilib -MO=Deparse -e 's///egoru'
s//();/rogue;
-e syntax OK
dist/B-Deparse/Deparse.pm