Getopt-Lazier

The laziest perl arg parser around


SYNOPSIS
    my ($opt, @DARG) = Getopt::Lazier->new(@ARGV);

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Getopt::Lazier

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        https://rt.cpan.org/NoAuth/Bugs.html?Dist=Getopt-Lazier

    CPAN Ratings
        https://cpanratings.perl.org/d/Getopt-Lazier

    Search CPAN
        https://metacpan.org/release/Getopt-Lazier


LICENSE AND COPYRIGHT

This software is Copyright (c) 2024 by Jojess Fournier.

This is free software, licensed under:

  GNU GENERAL PUBLIC LICENSE 3.0