Tom Zanussi | bcefe12 | 2009-11-25 01:15:49 -0600 | [diff] [blame^] | 1 | Perf-Trace-Util version 0.01 |
| 2 | ============================ |
| 3 | |
| 4 | This module contains utility functions for use with perf trace. |
| 5 | |
| 6 | INSTALLATION |
| 7 | |
| 8 | Building perf with perf trace Perl scripting should install this |
| 9 | module in the right place. |
| 10 | |
| 11 | You should make sure libperl is installed first e.g. apt-get install |
| 12 | libperl-dev. |
| 13 | |
| 14 | DEPENDENCIES |
| 15 | |
| 16 | This module requires these other modules and libraries: |
| 17 | |
| 18 | blah blah blah |
| 19 | |
| 20 | COPYRIGHT AND LICENCE |
| 21 | |
| 22 | Put the correct copyright and licence information here. |
| 23 | |
| 24 | Copyright (C) 2009 by Tom Zanussi <tzanussi@gmail.com> |
| 25 | |
| 26 | This library is free software; you can redistribute it and/or modify |
| 27 | it under the same terms as Perl itself, either Perl version 5.10.0 or, |
| 28 | at your option, any later version of Perl 5 you may have available. |
| 29 | |
| 30 | Alternatively, this software may be distributed under the terms of the |
| 31 | GNU General Public License ("GPL") version 2 as published by the Free |
| 32 | Software Foundation. |
| 33 | |
| 34 | |
| 35 | |