make room for $VERSION after package declaration (newer [PkgVersion] requires it)
authorKaren Etheridge <ether@cpan.org>
Tue, 15 Jul 2014 03:10:45 +0000 (20:10 -0700)
committerKaren Etheridge <ether@cpan.org>
Wed, 16 Jul 2014 01:01:10 +0000 (18:01 -0700)
commit6f4f9516b3422a8ce51b89b596fb808b197f833e
tree32e67eb2b356b3d156293692c38fd71de4ecbfc3
parent87c0767b26285540e0d2e7b3daf95fa3929ca14b
make room for $VERSION after package declaration (newer [PkgVersion] requires it)
14 files changed:
lib/Devel/REPL/Error.pm
lib/Devel/REPL/Plugin.pm
lib/Devel/REPL/Plugin/B/Concise.pm
lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm
lib/Devel/REPL/Plugin/CompletionDriver/INC.pm
lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm
lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm
lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm
lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm
lib/Devel/REPL/Plugin/PPI.pm
lib/Devel/REPL/Plugin/Packages.pm
lib/Devel/REPL/Plugin/Peek.pm
lib/Devel/REPL/Plugin/ShowClass.pm
lib/Devel/REPL/Plugin/Turtles.pm