X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FTurtles.pm;fp=lib%2FDevel%2FREPL%2FPlugin%2FTurtles.pm;h=49c6eafffe427b5c32f442299d4d722b3f5aabf0;hp=a908c8f8c4a51e8e94bf24d78733728031d5ae56;hb=54beb05dd302b5e166bf46c888318527e13375c7;hpb=e73ba6daf10d1d86070fd978092f9731310b410d diff --git a/lib/Devel/REPL/Plugin/Turtles.pm b/lib/Devel/REPL/Plugin/Turtles.pm index a908c8f..49c6eaf 100644 --- a/lib/Devel/REPL/Plugin/Turtles.pm +++ b/lib/Devel/REPL/Plugin/Turtles.pm @@ -2,6 +2,8 @@ use strict; use warnings; package Devel::REPL::Plugin::Turtles; +our $VERSION = '1.003027'; + use Devel::REPL::Plugin; use Scalar::Util qw(reftype); use namespace::autoclean;