Skip to content

rurban/pugixml-perl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

    PugiXML - Perl interface to pugixml library

INSTALLATION

        # PugiXML Perl package
        # does not ship pugixml library code at the moment
        # You have to download it yourself

        wget http://pugixml.googlecode.com/files/pugixml-1.2.tar.gz
        mkdir pugixml
        tar xzf pugixml-1.2.tar.gz -C pugixml

        perl Makefile.PL
        make
        make test
        make install

SYNOPSIS

    TBD

DESCRIPTION

    PugiXML is a Perl interface to pugixml library

SEE ALSO

    * http://pugixml.org/documentation/

AUTHOR

    Yaroslav Korshak <yko@cpan.org>

LICENCE AND COPYRIGHT

    Copyright (C) 2013, Yaroslav Korshak

    Unsure, but assume MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 85.9%
  • XS 13.2%
  • C 0.9%