Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045659
en ru br
ALT Linux repos
S:0.32-alt2
5.0: 0.23-alt1.1

Group :: Development/Perl
RPM: perl-Perl-Tags

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.32-alt2
Build date: 7 december 2015, 16:52 ( 433.5 weeks ago )
Size: 76.88 Kb

Home 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).

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Perl-Tags
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin