Пакет perl-Perl-Tags: Информация
Исходный пакет: perl-Perl-Tags
Версия: 0.32-alt2
Собран: 23 марта 2018 г. 22:07
Категория: Разработка/Perl
Сообщить об ошибке в пакетеДомашняя страница: http://search.cpan.org/dist/Perl-Tags/
Лицензия: Artistic
О пакете: Generate (possibly exuberant) Ctags style tags for Perl sourcecode
Описание:
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).Сопровождающий: Igor Vlasenko
Последнее изменение
7 декабря 2015 г. Igor Vlasenko 0.32-alt2
- NMU: fixed build
26 мая 2014 г. Igor Vlasenko 0.32-alt1
- automated CPAN update
19 мая 2014 г. Igor Vlasenko 0.31-alt1
- automated CPAN update