Alt-Sub-Delete-NewPackageSeparator
view release on metacpan or search on metacpan
#!/usr/bin/perl -w
use lib 't';
use Test::More tests => 26;
BEGIN { use_ok 'Sub::Delete' };
# Tests subs:
sub thing {}
++$thing[0];
sub foo {}
( run in 0.225 second using v1.01-cache-2.11-cpan-87723dcf8b7 )