Skip to main content


Sign a Certificate Signing Request in XS.

Changes for 0.10

  • 7272fa3 Increment the version for a release
  • 4b10acc Include all of 1.1 Openssl releases in older functions
  • b9d2ae4 v0.09


Tags helper for table view.

Changes for 0.03 - 2023-07-09T02:08:36+02:00

  • Add example with usage of Data::HTML::A to doc.
  • Add tests.
  • Fix processing of Data::HTML::A object in plain mode.
  • Improve links in doc.


Benchmark Data::Sah::Resolve

Changes for 0.005 - 2023-01-19

  • Rename module/dist Bencher-Scenarios-{DataSahResolve,Data-Sah-Resolve}.


Validate data against a schema

Changes for 0.569 - 2023-07-08T23:36:06Z

  • fixed some edge cases with ipv6 format validation


drive XS:😛arse::Keyword directly from Perl

Changes for 0.05 - 2023-07-08

  • CHANGES



sculpting beautiful circular drawings

Changes for 0.60 - 2023-07-08

  • = bug fix
  • ! using other trig function in mod matrix section does no more crash (div 0)


object class for planar difference sets

Changes for 1.000 - 2023-07-08T06:15:12+02:00

  • revised data structure
  • added principal elements arithmetic
  • introduced three types of reference sets
  • added mapping sets to lambda and theta
  • improved compression in database
  • calculated reference sets for all samples
  • consolidated and extended example scripts
  • added handling of large sets
  • added checks to avoid arithmetic overflow
  • added class methods for space properties
  • extended documentation
  • removed deprecated check_elements method


Sign a Certificate Signing Request in XS.

Changes for 0.09

  • Release 0.08 as production


Smartmatch done right

Changes for 0.003 - 2023-07-08T18:23:10+02:00

  • Fix minimum perl version
  • Change classification from equality to match



Tags helper for table view.

Changes for 0.02 - 2023-07-08T18:04:00+02:00

  • Implement 'css_table' parameter to CSS style.
  • Improve init() method in doc.
  • In Tags processing returns without HTML code in case of undefined table data.
  • Regen README file.
  • Remove check for existing data in init().
  • Update copyright years.
  • Update Module::Install to 1.21 version.




Data object for HTML a element.

Changes for 0.01 - 2023-07-08T17:53:07+02:00

  • First version.




SAML bindings and protocol implementation

Changes for 0.73

  • Release of 0.72 as production release
  • Significant Changes since 0.69
  • Change Log





CPAN module authoring tool

Changes for v3.1.22 - 2023-07-08T05:48:31Z

  • Support package version syntax (#328)
#328


a fast CPAN module installer

Changes for 0.997012 - 2023-07-08T12:51:22Z

  • Now cpm continues using the default resolvers even if you specify --resolver option (#238)
  • Introduce --no-default-resolvers option (#238)
  • Introduce Fixed resolver (#238)
#238


Sign a Certificate Signing Request in XS.

Changes for 0.08

  • a6dc051 Fix up a few older openssl issues
  • 2e233f8 Increment repo versioni - in Makefile.PLwq
  • ee4d8c9 Increment repo version
  • 1676f26 (tag: 0.07) v0.07


SAML bindings and protocol implementation

Changes for 0.72

  • Significant Changes since 0.69


Program in YAML

Changes for 0.1.10

  • Refactor all the YAMLScript program examples
  • Documentation overhaul


Various Sah schemas related to Firefox

Changes for 0.007 - 2023-06-13

  • No functional changes.
  • [schema firefox::local_profile_name::default_first Tweak wording in example's summary for clarity.


compact, pure-perl CSV parsing

Changes for 1.40 - 2023-07-08

  • added Data::Tools::Socket:😛rotocols


match::simple but as a real infix operator

Changes for 0.000001 - 2023-07-07

  • First version, released on an unsuspecting world.


Runs a sh or bash script and returns the variables that have been set as well as their values.

Changes for 0.3.1 - 2023-07-23

  • Flatten hashes/arrays for shell output.




Runs a sh or bash script and returns the variables that have been set as well as their values.

Changes for 0.3.0 - 2023-07-23

  • Add support for including data via Rex::CMDB::TOML.
  • Fix merging of includes so it is actually stuff is merged in in the order it is read in.


Test strings and data structures and show differences if not ok

Changes for 0.70 - 2023-07-07

  • Stop pointless use of taint-mode in tests, so tests pass when perl is built without taint support


Write tests in YAML/YAMLScript

Changes for 0.1.0

  • Updates for YAMLScript API changes





Program in YAML

Changes for 0.1.9

  • Change defn syntax to require 'defn' keyword in key
  • Rework all of the function calling forms in YS
  • Support multiline entries in REPL


A Clojure Platform for Perl

Changes for 0.1.16

  • Small doc changes
  • Support multiline entries in REPL and history


Smartmatch done right

Changes for 0.002 - 2023-07-07T16:08:00+02:00

  • Fix documentation mistakes


Perl interface to POSIX.1-2008

Changes for 0.19 - 2023-07-07

  • Updated ppport.h to version 3.71
  • Replaced av_len()+1 by av_count() in (p)readv() and (p)writev().
  • Removed "extern int getdate_err" because it's already in time.h.
  • Try to get a green light from dubious cpantesters reports for old Perls.
  • Added LICENSE to WriteMakefile().
  • Added stat_h export tag and some constants.
  • Added exp(), isascii(), rmdir(), setsid(), sin(), ttyname().
  • Made casin(), isalnum(), log() exportable.
  • chdir(), chmod(), chown(), truncate() and stat() now also accept a file handle or a file descriptor.
  • Deprecated atol(), atoll(), ldiv(), fchdir(), fchmod(), fchown(), ftruncate().
  • Pimped atoi(), div(), lround().
  • Figure out what's available by compiling some C code.
  • Added some tests.
  • Small POD fixes.


Smartmatch done right

Changes for 0.001 - 2023-07-07T15:28:41+02:00

  • Initial release to an unsuspecting world




Browse SQLite/MySQL/PostgreSQL databases and their tables interactively.

Changes for 2.335 - 2023-07-07

  • Bugfix in create_table: check for definedness of data type.


abstract collection of monitoring metrics

Changes for 0.10 - 2023-07-07

  • CHANGES


Use the filesystem as a DB

Changes for 0.02

  • Wrap filesystem access in eval {} so that we don't explode if a file is deleted at an inopportune time.
  • Use an atomic move to create a file
  • Better Makefile.PL



Binary search a list for insertion point

Changes for v0.1.2 - 2023-06-23

  • improvements