Package perl-Perl-Tags: Information
Source package: perl-Perl-Tags
Version: 0.32-alt2
Build time: Dec 7, 2015, 08:16 PM in the task #154568
Category: Development/Perl
Report package bugHome page: http://search.cpan.org/dist/Perl-Tags/
License: Artistic
Summary: Generate (possibly exuberant) Ctags style tags for Perl sourcecode
Description:
use Perl::Tags; my $naive_tagger = Perl::Tags::Naive->new( max_level=>2 ); $naive_tagger->process( files => ['Foo.pm', 'bar.pl'], refresh=>1 ); Recursively follows "use" and "require" statements, up to a maximum of "max_level". The implemented tagger, "Perl::Tags::Naive" is a more-or-less straight ripoff, slightly updated, of the original pltags code, and is rather naive. It should be possible to subclass using something like "PPI" or "Text::Balanced", though be aware that this is alpha software and the internals are subject to change (so get in touch to let me know what you want to do and I'll try to help).
Maintainer: Igor Vlasenko
Last changed
Dec. 7, 2015 Igor Vlasenko 0.32-alt2
- NMU: fixed build
May 26, 2014 Igor Vlasenko 0.32-alt1
- automated CPAN update
May 19, 2014 Igor Vlasenko 0.31-alt1
- automated CPAN update