X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSub%2FName.pm;h=cae03fec890867521b9561f57b22a4e0843f2edf;hb=979516cc8e7e4004baeafaf1afb5bf4069401c5d;hp=9d9b757228d7bab9bb9a78018f2ab5271832cf10;hpb=bbd0130659727a45e7f214cb8086cddbaecd5dec;p=p5sagit%2FSub-Name.git diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index 9d9b757..cae03fe 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,7 @@ 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. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. @@ -46,7 +44,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '0.03'; +our $VERSION = '0.04'; use base 'Exporter'; use base 'DynaLoader';