Data::Cscope - one line description TODO
version 0.001000
use My::Package; # TODO
print My::Package->new;
TODO
options:
- file (required)
-
a string with the path to the cross-ref file (e.g. C<cscope.out>)
- cscope_program (optional, default:
cscope
) -
a string with the name of the cscope executable
The cscope database format could change since, as stated in this blog post, "[the database format of csope is] it's not documented by design, to make sure all tools go through cscope itself".
Tools that use the cscope database: pycscope, CodeQuery
Zakariyya Mughal <zmughal@cpan.org>
This software is copyright (c) 2014 by Zakariyya Mughal.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.