Package perl-Perl-Tags: Information

    Source package: perl-Perl-Tags
    Version: 0.28-alt1.1
    Build time:  Nov 24, 2010, 12:30 PM
    Category: Development/Perl
    Report package bug
    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).

    List of rpms provided by this srpm:
    perl-Perl-Tags (noarch)

    Maintainer: Michael Bochkaryov

    List of contributors:
    Igor Vlasenko
    Michael Bochkaryov


      1. perl-Module-Locate
      2. perl-PPI
      3. perl-Test-Pod
      4. perl-Test-Pod-Coverage

    Last changed


    Nov. 22, 2010 Igor Vlasenko 0.28-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    July 16, 2010 Igor Vlasenko 0.28-alt1
    - automated CPAN update
    Oct. 6, 2008 Igor Vlasenko 0.23-alt1.1
    - NMU for unknown reason:
      the person above was too neglectant to add --changelog "- NMU: <reason>" option.