X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSub%2FName.pm;h=2338f933677513e5416c9e4fff281054cc376921;hb=92bfd01008fc8f1eb46863d412cd884e8e1117ae;hp=f5881be57e5607ad6c4f89e796ab01d582e2e6b5;hpb=d73d8321f16899e7adbd8faf9d9c6db8b84fca12;p=p5sagit%2FSub-Name.git diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index f5881be..2338f93 100644 --- a/lib/Sub/Name.pm +++ b/lib/Sub/Name.pm @@ -1,5 +1,3 @@ -# $Id: Name.pm,v 1.5 2004/08/18 17:53:45 xmath Exp $ - package Sub::Name; =head1 NAME @@ -35,7 +33,8 @@ can be very useful for debugging. Matthijs van Duin -Copyright (C) 2004 Matthijs van Duin. All rights reserved. +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. @@ -46,7 +45,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '0.02'; +our $VERSION = '0.06'; use base 'Exporter'; use base 'DynaLoader';