Skip to main content



OpenAPI-Client-Pinecone-0.03


A client for the Pinecone API

Changes for 0.03 - 2023-04-11

  • Rename methods. Update documentation. Update Makefile.PL.

metacpan.org/dist/OpenAPI-Clie…



JIP-DataPath-0.043


provides a way to access data elements in a deep, complex and nested data structure.

Changes for 0.043 - 2023-02-26

  • Added default_value method. Added is_default_value method. Added Perl 5.36 into ".travis.yml". Small changes in distro.

metacpan.org/dist/JIP-DataPath







Physics-Udunits2-0.04


Perl extension to Udunits2 unit system

Changes for 0.04

  • fixing type in example
  • better installation instructions

metacpan.org/dist/Physics-Udun…




Crypt-Passphrase-Argon2-AES-0.002


A peppered AES-encrypted Argon2 encoder for Crypt::Passphrase

Changes for 0.002 - 2023-04-11T14:21:32Z

  • Explicitly require Crypt::Rijndael 1.16

metacpan.org/dist/Crypt-Passph…



App-ansicolumn-1.33


ANSI sequence aware column command

Changes for 1.33 - 2023-04-11T11:31:45Z

  • introduce new border styles and default options

metacpan.org/dist/App-ansicolu…




Devel-Caller-2.07


meatier versions of caller

Changes for 2.07


metacpan.org/dist/Devel-Caller







SPVM-0.9704


SPVM Language

Changes for 0.9704 - 2023-04-11

  • Prerequirement Changes
  • New Features
  • Document Changes
  • Incompatible Canges

metacpan.org/dist/SPVM







TableDataBundle-Business-ID-BPOM-20230207.0.0


Collection of TableData:: modules related to Indonesia's BPOM (Badan Pengawas Obat dan Makanan, or the National Agency or Drug and Food Control)

Changes for 20230207.0.0 - 2023-02-07

  • Update module names of the source data.
  • Add TableData pod weaver plugin for nicer POD.

metacpan.org/dist/TableDataBun…



Valiant-0.001021


Validation Library and more

Changes for 0.001021

  • Added missing distribution dependencies
  • minor tweaks to some naming and formating in the example application

metacpan.org/dist/Valiant




Wikibase-Datatype-Print-0.03


Wikibase data types print.

Changes for 0.03 - 2023-04-10T23:11:35+02:00

  • Add doc for Wikibase::Datatype::Print::Value::Item.
  • Add doc for Wikibase::Datatype::Print::Value::Monolingual.
  • Add doc for Wikibase::Datatype::Print::Value::Property.
  • Add test for Wikibase::Datatype::Print::Form.
  • Add test for Wikibase::Datatype::Print::Value::Quantity.
  • Add test for Wikibase::Datatype::Print::Value::Time.
  • Add tests for Wikibase::Datatype::Print::Value::Item.
  • Add tests for Wikibase::Datatype::Print::Value::Property.
  • Fix doc description for Wikibase::Datatype::Print::Value::Globecoordinate.
  • Fix error check in Wikibase::Datatype::Print::Form.

metacpan.org/dist/Wikibase-Dat…



CPAN-Perl-Releases-5.20230410


Mapping Perl releases on CPAN to the location of the tarballs

Changes for 5.20230410

  • Change: d302bd814cef39983a4a1437e18365d4093f9f0a Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-04-10 22:11:27 +0000

metacpan.org/dist/CPAN-Perl-Re…




CXC-Number-0.12


A namespace for modules which deal with numbers.

Changes for 0.12 - 2023-04-10T13:42:39-04:00

  • BUGFIX
  • ENHANCEMENTS

metacpan.org/dist/CXC-Number





Acme-CPANModules-RandomPerson-0.002


List of modules for generating random/fake/mock person (name, title, age, etc)

Changes for 0.002 - 2023-04-10

  • [ux] Add alias modules for discoverability.

metacpan.org/dist/Acme-CPANMod…



Acme-CPANModules-RandomPassword-0.002


List of modules for generating random passwords

Changes for 0.002 - 2023-04-10

  • Add note about Data::Entropy::Algorithms.
  • [ux] Add alias module for discoverability.

metacpan.org/dist/Acme-CPANMod…




Acme-CPANModules-RandomData-0.003


List of modules for generating random (fake, mock) data

Changes for 0.003 - 2023-04-10

  • Add entries: Faker, Mock::Data, Mock::Populate, Data::Faker, Data::Maker.
  • [ux] Add alias modules for discoverability: AC:GeneratingFakeData, AC:GeneratingMockData, AC:GeneratingRandomData, AC:FakeData, AC:MockData.

metacpan.org/dist/Acme-CPANMod…





File-Map-0.71


Memory mapping made simple and safe.

Changes for 0.71 - 2023-04-10T14:18:43+02:00

  • Check layers before statting
  • Split out mmap-compat.c

metacpan.org/dist/File-Map



Story-Interact-0.001010


tools for writing (and reading) an interactive story

Changes for 0.001010 - 2023-04-10

  • Documentation
  • Test Suite
  • Other

metacpan.org/dist/Story-Intera…



Wikibase-Datatype-Print-0.02


Wikibase data types print.

Changes for 0.02 - 2023-04-10T11:37:10+02:00

  • Add doc for Wikibase::Datatype::Print::Value::Globecoordinate.
  • Fix dependency to Test::Shared::Fixture::Wikibase::Datatype::Item::Wikidata::Dog.
  • Remove List::MoreUtils from dependencies.
  • Remove Wikibase::Cache from dependencies.
  • Update copyright years.

metacpan.org/dist/Wikibase-Dat…




App-PythonToPerl-0.001


translates Python source code into Perl source code

Changes for 0.001 - 2023-04-09T23:57:58-05:00

  • HOLIDAY EDITION: Happy Easter!
  • Initial alpha prototype version
  • Support translation of one Python file via Perl & OpenAI
  • Support translation of multiple Python files via Bash & Perl & OpenAI
  • Tests, run basic translation tests
  • Tests, run basic OpenAI::API tests

metacpan.org/release/WBRASWELL…



Perl-Types-0.001


enable Perl data types

Changes for 0.001 - 2023-04-09T22:40:05-05:00

  • HOLIDAY EDITION: Happy Easter!
  • Initial alpha prototype version
  • Support basic data types
  • Support limited data structures
  • Support classes
  • Tests, run basic data type & data structure tests

metacpan.org/release/WBRASWELL…




Require-HookChain-0.006


Chainable require hook

Changes for 0.006 - 2023-02-07

  • No functional changes.
  • [ux] Note about Require::HookChain::log::stderr being able to log loading of strict.pm and warnings.pm.

metacpan.org/dist/Require-Hook…



Neo4j-Client-0.50


Build and use the libneo4j-client library

Changes for 0.50 - 2023-04-09

  • update to latest majensen/libneo4j-client (fork from cleishm/libneo4j-client) (v5.0.0-maj-beta)
  • BUILD.md describes how to update the libneo4j-client version

metacpan.org/dist/Neo4j-Client






Astro-SpaceTrack-0.160_01


Download satellite orbital elements from Space Track

Changes for 0.160_01 - 2023-04-09

  • Space Track options to celestrak() warn on first use.

metacpan.org/dist/Astro-SpaceT…



Valiant-0.001020


Validation Library and more

Changes for 0.001020

  • fixed issue with control logic when repeat had an empty set.
  • improved error messaging in the 'path' utility export helper
  • updated example application to improve controller consistency and make better use of view features.

metacpan.org/dist/Valiant