Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songmu/p5-l
perl module loader for oneliner
https://github.com/songmu/p5-l
Last synced: 28 days ago
JSON representation
perl module loader for oneliner
- Host: GitHub
- URL: https://github.com/songmu/p5-l
- Owner: Songmu
- License: other
- Created: 2012-12-23T07:35:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T00:56:44.000Z (almost 6 years ago)
- Last Synced: 2024-06-18T20:25:20.150Z (5 months ago)
- Language: Perl
- Size: 22.5 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# 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
[perl](https://metacpan.org/pod/perl)
# AUTHOR
Masayuki Matsuki
# 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.