mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
7 lines
397 B
Plaintext
7 lines
397 B
Plaintext
This module provides a basic method keyword with simple signatures.
|
|
It's intentionally simple, and is supposed to be a stepping stone
|
|
for its bigger brothers MooseX::Method::Signatures and Method::Signatures.
|
|
It only has a small benefit over regular subs, so if you want more
|
|
features, look at those modules. But if you're looking for a small
|
|
amount of syntactic sugar, this might just be enough.
|