Package perl-Makefile-DOM: Information

    Source package: perl-Makefile-DOM
    Version: 0.008-alt1
    Latest version according to Repology
    Build time:  Dec 17, 2014, 03:45 AM in the task #136677
    Category: Development/Perl
    Report package bug
    License: Perl (GPL or Artistic)
    Summary: Simple DOM parser for Makefiles
    Description: 
    This libary can serve as an advanced lexer for (GNU) makefiles. It
    parses makefiles as "documents" and the parsing is lossless. The results
    are data structures similar to DOM trees. The DOM trees hold every
    single bit of the information in the original input files, including
    white spaces, blank lines and makefile comments. That means it's
    possible to reproduce the original makefiles from the DOM trees. In
    addition, each node of the DOM trees is modifiable and so is the whole
    tree, just like the PPI module used for Perl source parsing and the
    HTML::TreeBuilder module used for parsing HTML source.

    List of rpms provided by this srpm:
    perl-Makefile-DOM (noarch)

    Maintainer: Artem Zolochevskiy

    List of contributors:
    Igor Vlasenko
    Artem Zolochevskiy

    ACL:
    Artem Zolochevskiy
    @cpan
    @everybody

      1. perl-Clone
      2. perl-Filter
      3. perl-List-MoreUtils
      4. perl-Params-Util
      5. perl-PerlIO
      6. perl-Text-Balanced
      7. perl-devel
      8. rpm-build-licenses

    Last changed


    Dec. 16, 2014 Igor Vlasenko 0.008-alt1
    - automated CPAN update
    Sept. 22, 2011 Igor Vlasenko 0.006-alt1
    - automated CPAN update
    Nov. 22, 2010 Igor Vlasenko 0.004-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu