]> git.imager.perl.org - imager-graph.git/blobdiff - lib/Imager/Graph/Vertical.pm
fix the version update test and update some versions
[imager-graph.git] / lib / Imager / Graph / Vertical.pm
index d64be704a6ba0c3959e4d207a4bc21e35cd0bfc3..edda140e704646b47b4d2521f429dbefe82737bc 100644 (file)
@@ -40,6 +40,8 @@ use Imager::Graph;
 @ISA = qw(Imager::Graph);
 use Imager::Fill;
 
+our $VERSION = "0.11";
+
 use constant STARTING_MIN_VALUE => 99999;
 
 =over
@@ -1424,3 +1426,11 @@ sub _composite {
 }
 
 1;
+
+=back
+
+=head1 AUTHOR
+
+Patrick Michaud, Tony Cook.
+
+=cut