Skip to main content



A collection of helper functions powered by Perlmazing::Engine.

Changes for 2.0002 - 2023-03-16

  • Very important change: Perlmazing no longer exports everything by default. Only 'pl', 'dumped', 'define' are default now. Also, all functions that match a CORE function name, are also automatically imported. You now need to explicitly import the symbols you want, or import the tag ':all'. For 'pl', 'dumped' and 'define', if you don't want them imported, you either need to "use Perlmazing ()" to avoid any imports, or explicitly say "!symbol". Updated list of dependencies that were causing installation problems in some platforms. Important change: Perlmazing previously would enable all the latest features of the Perl version it was running on. That was a terrible idea from the start. It now has a version limit, that can be changed, set by default to 5.028. Important change: rmdir was previously using File:😛ath::remove_tree, but we are now using our own implementation, since File:😛ath is deleting the contents of symlinked directories, at least on Win32. This implementation correctly removes symlinks on any OS instead of parsing its contents to delete them. Added stat function. Works the same as CORE::stat, except it will give you an object you can call methods on when assigned to a scalar. Fixed some issues in the POD, related to links containing ->, which wasn't properly escaped.


Wikidata reconcilation abstract class.

Changes for 0.02 - 2023-05-28T11:32:04+02:00

  • Finish example in doc.
  • Forward verbose param to WQS::SPARQL::Result.


An EXPERIMENTAL subclass of <Exporter::Extensible>, which helps create easy-to-extend modules that export symbols

Changes for 1.000002 - 2023-05-28T02:28:03+00:00

  • REVISION


Processing Wikidata Query Service SPARQL result.

Changes for 0.02 - 2023-05-28T10:38:39+02:00

  • Add verbose parameter, which dumps result JSON structure.
  • Skip result variables, which doesn't exist.


A Perl implementation of Clojure

Changes for 0.1.8

  • Update Meta yaml
  • Add test_list to Lingy::Test for YAML test specs
  • Add option for REPL to also call Clojure REPL