Parse::SAMGov
This module parses the daily or monthly files of the entities registered with the U.S. Government's System for Award Management (SAM) available at https://www.sam.gov.
INSTALL
Using cpanminus:
$ cpanm Parse::SAMGov
Using cpan:
$ cpan -i Parse::SAMGov
Using source code from Github:
# you need Dist::Zilla installed
$ cpanm Dist::Zilla
$ dzil authordeps | cpanm
$ dzil test
$ dzil install
LICENSE
This code is licensed under the license terms of Perl 5.
COPYRIGHT
© 2016. Selective Intellect LLC.
AUTHOR
Vikas N. Kumar(@vikasnkumar)