Package perl-Perl-Tags: Information

    Binary package: perl-Perl-Tags
    Version: 0.28-alt1.1
    Architecture: noarch
    Build time:  Nov 24, 2010, 12:30 PM
    Source package: perl-Perl-Tags
    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).

    Maintainer: Michael Bochkaryov

    List of contributors:
    Igor Vlasenko
    Michael Bochkaryov


    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.