nokogiri-diff adds the ability to calculate the differences (added or removed
nodes) between two XML/HTML documents.
Features:
- Performs a breadth-first comparison between children nodes.
- Compares XML/HTML Elements, Attributes, Text nodes and DTD nodes.
- Allows calculating differences between documents, or just enumerating the
added or removed nodes.
WWW: https://github.com/postmodern/nokogiri-diff
RG: https://rubygems.org/gems/nokogiri-diff
.pm files (and a META file if any) in a specific (current if not
specified) directory, and returns a hash reference that represents
"provides" information (with some extra meta data). This is almost
the same as Module::Metadata does (which has been in Perl core since
Perl 5.13.9). The main difference is the most of the code of this
module is directly taken from the PAUSE code as of June 2013. If you
need better compatibility to PAUSE, try this. If you need better
performance, safety, or portability in general, Module::Metadata may
be a better and handier option (Parse::PMFile (and thus
Parse::LocalDistribution) actually evaluates code in the $VERSION line
(in a Safe compartment), which may be problematic in some cases).
WWW: http://search.cpan.org/dist/Parse-LocalDistribution/
April 2013 almost verbatim. Thus, the heart of this module should be
quite stable. However, I made it not to use pipe ("-|") as well as I
stripped database-related code. If you encounter any issue, that's
most probably because of my modification.
This module doesn't provide features to extract a distribution or
parse meta files intentionally.
WWW: http://search.cpan.org/dist/Parse-PMFile/
Several options were removed / changed / added. I maintained as many
as I could, but did not add new ones e.g. gnutls which probably requires
another ocaml package. Somebody that needs more options than this needs
to adopt the port and support them.
This port broke with the latest ocaml, so upgrading was necessary to
fix the build.
This module truncate and write to temporary file. When you call
$fh->close, replace target file with temporary file preserved
permission and owner (if possible).
WWW: http://search.cpan.org/dist/IO-File-AtomicChange/
- Update to 0.3.5. In this release, dedicated to SuperTux’s 15 year
anniversary, among major changes are switch to SDL2 for graphics
rendering, performance improvements, lots of bugfixes, new tiles and
sounds, new bonuses and powerups, new badguys, massive improvements
to localization.