X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Prototype-Util.git;a=blobdiff_plain;f=README;h=2865eb14b37e835001f2396a8a3ecd4f33894bd3;hp=20b9d5904e2d17b8ef5ae8a766d2e0f430cc3a30;hb=60e38805350346d06fe27a7dee61932e0da22413;hpb=4b145ee918e94698fe49c6e9240d50cfb2a36c75 diff --git a/README b/README index 20b9d59..2865eb1 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ NAME - Sub::Prototype::Util - Prototypes-related utility routines. + Sub::Prototype::Util - Prototype-related utility routines. VERSION - Version 0.01 + Version 0.03 SYNOPSIS use Sub::Prototype::Util qw/flatten recall/; @@ -16,7 +16,7 @@ SYNOPSIS DESCRIPTION Prototypes are evil, but sometimes you just have to bear with them, especially when messing with core functions. This module provides - several utilities aimed at faciliting "overloading" of prototyped + several utilities aimed at facilitating "overloading" of prototyped functions. They all handle 5.10's "_" prototype. @@ -42,10 +42,10 @@ FUNCTIONS EXPORT The functions "flatten" and "recall" are only exported on request, - either by providing their name or by the ':consts' and ':all' tags. + either by providing their name or by the ':funcs' and ':all' tags. DEPENDENCIES - Carp (core module since perl 5), Scalar::Util (since 5.7.3). + Carp, Exporter (core modules since perl 5), Scalar::Util (since 5.7.3). AUTHOR Vincent Pit, "", .