prepare for 0.07 release
[p5sagit/Sub-Name.git] / lib / Sub / Name.pm
index 3172c74..1e256f3 100644 (file)
@@ -34,6 +34,7 @@ can be very useful for debugging.
 Matthijs van Duin <xmath@cpan.org>
 
 Copyright (C) 2004, 2008  Matthijs van Duin.  All rights reserved.
+Copyright (C) 2014 cPanel Inc.  All rights reserved.
 This program is free software; you can redistribute it and/or modify 
 it under the same terms as Perl itself.
 
@@ -44,7 +45,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '0.05';
+our $VERSION = '0.07';
 
 use base 'Exporter';
 use base 'DynaLoader';