MooseX-Role-Validatable-0.12
Role to add validation to a class
Changes for 0.12 - 2023-03-12T13:49:26+00:00
- add code to Validatable::Error
Finance-Calendar-0.04
represents the trading calendar.
Changes for 0.04 - 2023-03-12T13:31:25+00:00
- add next_open_at
Tk-PopList-0.03
Popping a selection list relative to a widget
Changes for 0.03
- -fixed documentation -relaxed the filter a bit -modified config specs of TopList
YAML-PP-Schema-Env-0.02
YAML::PP schema for evaluating environment variables
Changes for 0.02 - 2023-03-12
- add Pod documentation, README and Changes files
Term-TablePrint-0.156
Print a table to the terminal and browse it interactively.
Changes for 0.156 - 2023-03-12
- Bugfix validation option 'binary_filter'
Power-Outlet-0.48
Control and query network attached power switches
Changes for 0.48 - 2023-03-10
- Added lib/Power/Outlet/TuyaAPI.pm to support Tuya device relays
Bencher-Scenario-ShellQuote-Any-0.005
Benchmark cross-platform shell quoting
Changes for 0.005 - 2023-01-17
- Rename module/dist Bencher-Scenario-{ShellQuoteAny,ShellQuote-Any}.
App-NetkitGui-0.01
A GUI for Netkit labs.
Changes for 0.01
- original version; created by h2xs 1.23 with options -XA Netkit
Museum-TePapa-0.01
an interface to the Te Papa museum API
Changes for 0.01
- First version, released on an unsuspecting world.
MARC-Schema-0.14
Specification of the MARC21 format
Changes for 0.14 - 2023-03-11T15:43:00Z
- fix gh#8 vy Steve Rogerson
- add contributor
- fix version
App-Easer-2.007001-TRIAL
Simplify writing (hierarchical) CLI applications
Changes for 2.007001 - 2023-03-11T15:20:07Z
- Ensure consistent listing of sub-commands when they are auto-loaded from modules in @INC via prefixes.
App-TextWrapUtils-0.006
Utilities related to text wrapping
Changes for 0.006 - 2023-03-07
- Apply suggestion from UTASHIRO for Text::ANSI::Fold backend (GH#1).
- [ux] Add -b as short alias for --backend.
Acme-CPANModules-TextTable-0.014
Modules that generate text tables
Changes for 0.014 - 2023-02-16
- Add participant: Text::SimpleTable; mark about excluding Text::SimpleTable::AutoWidth, Text::ASCIITable::EasyTable.
Template-Perlish-1.62
Yet Another Templating system for Perl
Changes for 1.62 - 2023-03-11T15:04:02Z
- Add support for passing an additional option to traverse(), for setting the return value when missing a key.
Astro-satpass-0.129
Classes and app to compute satellite visibility
Changes for 0.129 - 2023-03-11
- Add 53807 Bluewalker 3 to canned magnitudes.
- Conditionalize canned magnitude test on environment variable so it does not run every time I want to do an authortest.
- Correct handling of Celestrak-format JSON TLE data. This mostly involved the OBJECT_ID (International designator), and the fact that Celestrak does not provide EPOCH_MICROSECONDS, instead merging it into the EPOCH item as an ISO date/time with a decimal fraction on the end.
MARC-Schema-0.12
Specification of the MARC21 format
Changes for 0.12 - 2023-03-11T14:07:04Z
- fix README
MARC-Schema-0.11
Specification of the MARC21 format
Changes for 0.11 - 2023-03-11T13:44:04Z
- merge pr#8 (Steve Rogerson)
- add contributor
- fix version for script
Term-TablePrint-0.155
Print a table to the terminal and browse it interactively.
Changes for 0.155 - 2023-03-11
- Bugfix documentation column alignment.
- Option 'max_rows' disabled by default.
- Update option 'binary_filter'.
AnyEvent-SparkBot-1.015
Cisco Spark WebSocket Client for the AnyEvent Loop
Changes for 1.015
- Changed the default api url from: api.ciscospark.com/v1/ To: webexapis.com/v1/
AnyEvent-SparkBot-1.014
Cisco Spark WebSocket Client for the AnyEvent Loop
Changes for 1.014
- Added retry for 404 ( these are super common )
LibUI-0.02
Simple, Portable, Native GUI Library
Changes for 0.02 - 2023-03-11T05:00:07Z
- New widgets:
- Renamed widgets to fit existing pattern:
- New example scripts:
- New enum and structs: LibUI::Area::Handler, ::KeyEvent, ::MouseEvent, ::Modifiers
Affix-0.10
A Foreign Function Interface eXtension
Changes for 0.10 - 2023-03-11T04:25:59Z
- Support for ArrayRef[] with dynamic size
- Support for empty Stuct[]
- Coerce Enum[] types with sv2ptr(...)
- Explicit undef values are turned into NULL in Pointer[], ArrayRef[], etc.
- Provide default values in Struct[]
- Ignore perl's PTRSIZE which might be different than the system's actual pointer size
- Cleanup VM on Affix::END()
- Simplify API around named subs
- Support for WStr (wchar_t *, PWSTR, etc.)
Crypt-Passphrase-Scrypt-0.003
A scrypt encoder for Crypt::Passphrase
Changes for 0.003 - 2023-03-11T03:23:42+01:00
- Fix typo in prereqs
Data-Roundtrip-0.14
convert between Perl data structures, YAML and JSON with unicode support (I believe ...)
Changes for 0.14 - 2023-03-11
- See 0.13.
Data-Roundtrip-0.13
convert between Perl data structures, YAML and JSON with unicode support (I believe ...)
Changes for 0.13 - 2023-03-11
- In the previous version I had forgotten an erroneous INSTALL_BASE in Makefile.PL which pointed to $ENV{HOME}/usr. This resulted in installing this module in installing user's home dir, under usr/ Now this is fixed. Those who installed the previous version (0.12), please make sure to uninstall it from $ENV{HOME}/usr.
WebService-Tuya-IoT-API-0.02
Perl library to access the Tuya IoT API
Changes for 0.02 - 2023-03-09
- Dropped support for method api_version - it was not implemented as I had envisioned - NOT 100% BACKWARDS COMPATABLE
- Added wrapper methods
- Added live device tests - must enable with environment
- Added example scripts to CPAN distribution
Template-Perlish-1.60
Yet Another Templating system for Perl
Changes for 1.60 - 2023-03-10T21:57:10Z
- release after 66 PASSes on CPAN Testers (thanks!)
App-Easer-2.007-TRIAL
Simplify writing (hierarchical) CLI applications
Changes for 2.007 - 2023-03-10T21:54:07Z
- Fix github.com/polettix/App-Easer/… "Unspecified help for main command results in an "unitialized value" error" (thanks DJERIUS for reporting)
- Fix github.com/polettix/App-Easer/… "Calling help on a builtin command dies verbosely." (thanks DJERIUS for reporting)
- Fix github.com/polettix/App-Easer/… "incorrect documentation for residual_args' argument" (thanks DJERIUS for reporting)
- Fix github.com/polettix/App-Easer/… "options with hypens are truncated" (thanks DJERIUS for reporting)
- Fix github.com/polettix/App-Easer/… "Cannot pass dash as a residual argument"
- Make error on unexpected residual args less confusing
App-Netdisco-2.060010
An open source web-based network management tool.
Changes for 2.060010 - 2023-03-10
- ENHANCEMENTS
- BUG FIXES
App-Netdisco-2.060009
An open source web-based network management tool.
Changes for 2.060009 - 2023-03-10
- BUG FIXES
OpenAI-API-0.25
Perl interface to OpenAI API
Changes for 0.25 - 2023-03-09
- Add images and files endpoints. Refactor.
Data-Domain-1.08
Data description and validation
Changes for 1.08
- remove internal uses of smartmatch and 'when'
- drop support for "~~" overloading if perl version >= 5.037
- the -matches feature is now implemented through match::simple::XS
- pod tests moved to xt
App-CSVUtils-1.022
CLI utilities related to CSV
Changes for 1.022 - 2023-03-10
- Add utilities: csv-quote, csv-unquote.
- [ux][cli csv-sort-rows][cli csv-find-value][cli csv-get-cells][cli csv-uniq] Fields can be referred by name or by index (1-based).
- [ux][cli csv-sort-rows][cli csv-sorted-rows] Give default for --by-field if there is only a single field.
App-BPOMUtils-RPO-Checker-0.009
Various checker utilities to help with Processed Food Registration (RPO - Registrasi Pangan Olahan) at BPOM
Changes for 0.009 - 2023-03-10
- [bugfix] Didn't handle filename with dirs correctly.
- [bugfix] We didn't process all files recursively by default.
Weather-Meteo-0.03
Interface to open-meteo.com for historical weather data
Changes for 0.03
- Remove unused modules Look into cpantesters.org/cpan/report/8b… Fix github.com/nigelhorne/Weather-… (SREZIC)
WWW-PiHole-0.230690
Perl interface to Pi-hole
Changes for 0.230690 - 2023-03-10T17:51:47+04:00
- Refactor private methods' code
App-OpenVZ-BCWatch-0.07
Monitor the OpenVZ user_beancounters file
Changes for 0.07 - 2023-03-10
- scripts/vzwatchd: use $VERSION from App::OpenVZ::BCWatch.
App-Rakubrew-34
Raku environment manager
Changes for 34
- More detailed error reporting in `download` s unzip on Windows.
- Provide a MacOS on ARM build of Rakubrew.