Rand Stats

Config::Parser::NetRC

zef:massa

Actions Status

NAME

Config::Parser::NetRC - A NetRC parser for Config

SYNOPSIS

use Config;

my Config $c .= new {}, :name<config>;
$c.=read('', Config::Parser::NetRC); # read from default "~/.netrc" file

DESCRIPTION

Config::Parser::NetRC is a simple NetRC parser for NetRC-style files

AUTHOR

Humberto Massa humbertomassa@gmail.com

INSTALLATION

$ zef install Config::Parser::NetRC

COPYRIGHT AND LICENSE

Copyright 2024 Humberto Massa

This library is free software; you can redistribute it and/or modify it under either the Artistic License 2.0 or the LGPL v3.0, at your convenience.