-
-
03 Dec 2018 00:56:34 UTC
- Distribution: L
- Module version: v1.0.1
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (1)
- Testers
- Kwalitee
Bus factor: 1- 95.00% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (9.46KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 2 contributors-
Nick Tonkin
-
tokuhirom
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- DEPENDENCIES
- BUGS
- SEE ALSO
- AUTHOR
- CONTRIBUTORS
- LICENSE AND COPYRIGHT
NAME
L - Perl extension to load modules automatically in one-liners.
VERSION
This document describes L version v1.0.1.
SYNOPSIS
% perl -ML -E 'say String::Random->new->randregex("[0-9a-zA-Z]{12}")'
DESCRIPTION
Module auto-loader for one-liners.
This module is dangerous, so don't use this module in other perl modules, scripts or production code. This should be used only in one-liners.
DEPENDENCIES
Perl 5.8.1 or later.
BUGS
All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.
SEE ALSO
AUTHOR
Masayuki Matsuki <y.songmu@gmail.com>
CONTRIBUTORS
Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>
(Most of code is written by him.)
LICENSE AND COPYRIGHT
Copyright (c) 2012, Masayuki Matsuki. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install L, copy and paste the appropriate command in to your terminal.
cpanm L
perl -MCPAN -e shell install L
For more information on module installation, please visit the detailed CPAN module installation guide.