X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fsubs-auto.git;a=blobdiff_plain;f=README;h=58b2590fefaa6d05af1d1d98f3a47da9eaea7783;hp=b96f000b2892d09cb5ca948cc0b05ffd0fadc9a9;hb=080d2064dac2793b10dc7d37e42d4573932a2dc6;hpb=f6d3ef7cd3dbac8e985f3ddcdcce6012274af7ad diff --git a/README b/README index b96f000..58b2590 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME subs::auto - Read barewords as subroutine names. VERSION - Version 0.03 + Version 0.04 SYNOPSIS { @@ -16,7 +16,7 @@ SYNOPSIS foo->meth; # "'foo'->meth" if you have use'd foo somewhere, # or "foo()->meth" otherwise print foo 'wut'; # print to the filehandle foo if it's actually one, - # or "foo()->print('wut')" otherwise + # or "print(foo('wut'))" otherwise } # ... but function calls will fail at run-time if you don't # actually define foo somewhere @@ -39,6 +39,8 @@ DESCRIPTION resolution of all the corresponding barewords. Defaults to the current package. + This module is not a source filter. + EXPORT None.