X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=f877bb4a870a86d47f3e1a1f8708aa9410398b4d;hb=1b5160ba7f70f77be80a70dad010cdc963047bfd;hp=3bf1a28e49fcc78a5ee2c111fc67ea6a6d2a33bf;hpb=16c238946dc5ef5a2ddc13ebc0b57f3a0629f03e;p=p5sagit%2FSub-Name.git diff --git a/README b/README index 3bf1a28..f877bb4 100644 --- a/README +++ b/README @@ -1,17 +1,3 @@ -$Id: README,v 1.4 2004/08/18 12:03:42 xmath Exp $ - -Sub::Name 0.01 - -To install this module type the following: - - perl Makefile.PL - make - make test - make install - - -Module documentation: - NAME Sub::Name - (re)name a sub @@ -23,9 +9,7 @@ SYNOPSIS $subref = subname foo => sub { ... }; DESCRIPTION - This module has two functions to assign a new name to a sub -- in - particular an anonymous sub -- which is displayed in tracebacks and - such. Both functions are exported by default. + This module has only one function, which is also exported by default: subname NAME, CODEREF Assigns a new name to referenced sub. If package specification is @@ -36,13 +20,15 @@ DESCRIPTION won't be able to actually invoke the sub by the given name. To allow that, you need to do glob-assignment yourself. - Note that for closures (anonymous subs that reference lexicals outside - the sub itself) you can name each instance of the closure differently, - which can be very useful for debugging. + Note that for anonymous closures (subs that reference lexicals declared + outside the sub itself) you can name each instance of the closure + differently, which can be very useful for debugging. AUTHOR Matthijs van Duin - Copyright (C) 2004 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. + 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. +