
L - Perl extention to load module automatically in one liner.

This document describes L version 0.01.

% perl -ML -E 'say String::Random->new->randregex("[0-9a-zA-Z]{12}")'

Module auto loader for one liner.
This modules is dangerous, then don't use this module in other perl modules, scripts or product code. This should be used only in one liner.

Perl 5.8.1 or later.

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.


Masayuki Matsuki <y.songmu@gmail.com>

Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>
(Most of code is written by him.)

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.