keep $VERSION right in the repo
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / DDS.pm
index ee60a84..171802b 100644 (file)
@@ -2,6 +2,8 @@ use strict;
 use warnings;
 package Devel::REPL::Plugin::DDS;
 
+our $VERSION = '1.003027';
+
 use Devel::REPL::Plugin;
 use Data::Dump::Streamer ();
 use namespace::autoclean;