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 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: Igor Vlasenko


      1. perl(Path/Tiny.pm)
      2. perl(Test/Exception.pm)
      3. perl(Test/LongString.pm)
      4. perl-Module-Locate
      5. perl-PPI
      6. perl-Test-Pod
      7. perl-Test-Pod-Coverage
      8. perl(Capture/Tiny.pm)
      9. perl(File/Find/Rule.pm)

    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