https://github.com/dolmen/parse-nm
Run and parse 'nm' command output with filter callbacks
https://github.com/dolmen/parse-nm
Last synced: 28 days ago
JSON representation
Run and parse 'nm' command output with filter callbacks
- Host: GitHub
- URL: https://github.com/dolmen/parse-nm
- Owner: dolmen
- Created: 2010-05-29T13:52:01.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-08T15:09:04.000Z (about 14 years ago)
- Last Synced: 2024-10-06T02:05:46.731Z (7 months ago)
- Language: Perl
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Parse::nm - Run and parse 'nm' command output with filter callbacks
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build installDEPENDENCIES
(see META.yml for up-to-date information)
SUPPORT AND DOCUMENTATION
After installing you can find documentation for this module with the
perldoc command:perldoc Parse::nm
You can also view the documentation of the latest release online:
http://search.cpan.org/dist/Parse-nm/lib/Parse/nm.pm
Report bugs on the RT queue:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Parse-nm
COPYRIGHT & LICENSE
Copyright © 2010-2011 Olivier Mengué
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.12.0 or,
at your option, any later version of Perl 5 you may have available.