Skip to main content






Perl interface to the OpenSky Network API

Changes for 0.008 - 2023-06-04T11:14:43Z

  • Assert minimum Perl version in dist.ini.
  • Missing config file has a slightly better error message now
  • Config file no longer required if user/pass is already available
  • Implement rate limits for get_states and get_my_states



Inspect Musical Modal Functions

Changes for 0.0301 - 2023-06-04T00:44:59Z

  • Add the eg/mode-pivot example program.
  • Improve documentation.



export aliases for custom::failures

Changes for 0.04 - 2023-06-02T21:45:34-04:00

  • BUILD FIX


CLI utilities related to clipboard

Changes for 0.007 - 2023-04-13

  • [build] Update to Clipboard::Any 0.011 to reflect to the generated POD of CLI's.
  • Add utility: get-clipboard-history-item (from Clipboard::Any 0.009).



convert between Perl data structures, YAML and JSON with unicode support (I believe ...)

Changes for 0.16 - 2023-05-30

  • 1. Added a CAVEAT/WARNING in the documentation for dump2perl($input) saying that it does eval($input) which is a security risk if $input comes from untrusted sources (e.g. user input). 2. Added a print statement to STDERR in sub dump2perl() warning about said eval($input) (using a warn ''). This warning also states that dump2perl() will be removed in the future because of this eval(). 3. Added extra tests in t/10-scripts.t to check that scripts fail when they should. In addition to testing scripts that they succeed when they should.


detect source code license statements in a text string

Changes for v0.0.5 - 2023-05-30

  • Test Suite


OO Library for Perl 5

Changes for 2.91 - 2023-05-30

  • [feature] Implement Venus:😮s
  • [feature] Implement Venus:😛ath#{mktemp_dir,mktemp_file}
  • [feature] Implement Venus:😛ath#{copy,move}
  • [feature] Implement throw-via-dispatch errors
  • [feature] Better document all Venus errors
  • [feature] Implement POD for errors in Venus::Test


Cookie Object with Encryption or Signature

Changes for v0.3.0 - 2023-05-30T18:21:26Z

  • Added method extract_one() in Cookie::Jar
  • Minor documentation improvements to Cookie::Jar for method fetch and add_cookie_header



Tags helper for login access.

Changes for 0.01 - 2023-05-29T23:59:33+02:00

  • First version.


Get stock and mutual fund quotes from various exchanges

Changes for 1.56 - 2023-05-29T14:56:23-07:00

  • Replaced Tradeville.pm with BVB.pm - Issue #269
#269


Plack login application.

Changes for 0.08 - 2023-05-29T23:53:55+02:00

  • Add SEE ALSO section to doc.
  • Improve example in doc.
  • Remove module version from example.
  • Rewrite to Plack::Component::Tags::HTML.
  • Update Module::Install to 1.21 version.


Tags helper for HTML container.

Changes for 0.01 - 2023-05-29T23:51:52+02:00

  • First version.



This module is a simple SQL file loader

Changes for 0.05 - 2023-05-29T16:52:00Z

  • Added end param in method new.



Tie-able array that allows only unique values

Changes for 0.09

  • Move to GitHub
  • Add GitHub Actions
  • Add links to GitHub
  • Add version number to each module


CGI class for handling browser file uploads

Changes for 1.13

  • Add link to the git repository and to the GitHub issues.


CGI class for handling browser file uploads

Changes for 1.12

  • Force scalar context of CGI:😛aram to avoid possible vulnerability.
  • Moved to GitHub
  • Switch to use MANIFEST.SKIP




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








BeLike::GETTY when you build your dists

Changes for 0.113

  • Change: c7d87c488d7b64c4f8805b9790e52ed73c075058 Author: Torsten Raudssus <torsten@raudss.us> Date : 2023-05-21 20:19:59 +0000
  • Change: 14eeb63a857cae41cc31699e9175041c0bf47b99 Author: Torsten Raudssus <torsten@raudss.us> Date : 2023-05-21 20:10:32 +0000


Interface to the XPA messaging system

Changes for 0.16 - 2023-05-21T14:22:35-04:00

  • No changes to 0.15


a macro assembler for the Z80 micro-processor

Changes for 2.19 - 2023-05-21

  • Bug Fixes
  • Bug #140160 for CPU-Z80-Assembler: circular dependency in CPU::Z80::Assembler::List fails syntax check



resolve keys to data

Changes for 0.006 - 2023-05-21T18:05:42Z

  • Release after 65 PASSes on CPAN Testers (thanks!)


Create extensible modules which export things

Changes for 0.11 - 2023-05-21

  • Fix bug using method attribute for option with parameter - #2
  • More thorough unit tests for method attributes
#2


SQL::Abstract v2 support in DBIx::Class

Changes for 0.01 - 2023-05-21T15:01:10Z

  • Initial release; ExtraClauses, BangOverrides, Upsert, WindowFunction and CaseExpr support! SUPER EXPERIMENTAL!


Interact with the OpenAI GPT-4 API

Changes for 0.08 - 2023-05-22

  • Edited Makefile.PL.





Interact with the OpenAI GPT-4 API

Changes for 0.06 - 2023-05-22

  • Add a new key named history within the object, which is used to keep track of previous messages.


Interact with the OpenAI GPT-4 API

Changes for 0.05 - 2023-05-22

  • Added LWP:😛rotocol::https.


Interact with the OpenAI GPT-4 API

Changes for 0.04 - 2023-05-22

  • Edited use 5.032;.