https://github.com/gugod/perlx-methodcallwithblock
A Perl extension to allow a bare block after method calls
https://github.com/gugod/perlx-methodcallwithblock
Last synced: 2 months ago
JSON representation
A Perl extension to allow a bare block after method calls
- Host: GitHub
- URL: https://github.com/gugod/perlx-methodcallwithblock
- Owner: gugod
- Created: 2009-08-31T14:14:43.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-06-17T02:56:54.000Z (almost 15 years ago)
- Last Synced: 2024-10-18T07:46:14.244Z (8 months ago)
- Language: Perl
- Size: 114 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module PerlX::MethodCallWithBlock.
INSTALLATION
PerlX::MethodCallWithBlock installation is straightforward. If your CPAN shell is set up,
you should just be able to do% cpan PerlX::MethodCallWithBlock
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make testThen install it:
% make install
DOCUMENTATION
PerlX::MethodCallWithBlock documentation is available as in POD. So you can do:
% perldoc PerlX::MethodCallWithBlock
to read the documentation online with your favorite pager.
Kang-min Liu