X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fsubs-auto.git;a=blobdiff_plain;f=README;h=feb777783d24f16518bbd0cfb87b2689aef95a75;hp=58b2590fefaa6d05af1d1d98f3a47da9eaea7783;hb=c45239ab98fa42171a43b80ef5e3bda17596eefe;hpb=7bc151ec15db2e4f22e411b26ea9bbf70bdd8e94 diff --git a/README b/README index 58b2590..feb7777 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME subs::auto - Read barewords as subroutine names. VERSION - Version 0.04 + Version 0.05 SYNOPSIS { @@ -25,7 +25,7 @@ SYNOPSIS DESCRIPTION This pragma lexically enables the parsing of any bareword as a subroutine name, except those which corresponds to an entry in %INC - (expected to be class names) or whose symbol table entry has a IO slot + (expected to be class names) or whose symbol table entry has an IO slot (expected to be filehandles). You can pass options to "import" as key / value pairs : @@ -69,8 +69,7 @@ DEPENDENCIES AUTHOR Vincent Pit, "", . - You can contact me by mail or on #perl @ FreeNode (vincent or - Prof_Vince). + You can contact me by mail or on "irc.perl.org" (vincent). BUGS Please report any bugs or feature requests to "bug-subs-auto at