Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 712 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 712 Bytes

Net-ASN

Net::ASN provides functions for parsing autonomous system numbers (ASNs) as defined in RFC 1771 and extended by RFC4893, also converting between formats discussed in RFC5396.

Both an OO implementation (method based) and non-OO (function based) are provided for convenience.

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 Net::ASN

COPYRIGHT AND LICENCE

Copyright (C) 2008 David J. Freedman

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.