Tags helper for login register.
Changes for 0.02 - 2023-06-24T17:34:48+02:00
- Add messages bellow button.
- Add tests for constructor.
Destructuring Assignment Syntax for Perl
Changes for 0.0.15
- Add a test for multi-line assignment statement
- Put all code from assign.pm in assign::0
- Refactor to declare vars before assignments
We are Slovak CPAN authors.
Changes for 0.04 - 2023-06-24T15:21:08+02:00
- Fix Makefile.PL fails with no '.' in @INC.
- Move bug tracker to GitHub.
Lookup an entry in the Obituary Daily Times
Changes for 0.09
- create_db failed on 5.36.1 freelists now separate lines by <br/> instead of <br /> Calling new on an object now returns a clone rather than setting the defaults in the new object
Full-featured "Combo-box" (Text-entry combined with drop-down listbox) derived from Tk::BrowseEntry with many additional features and options.
Changes for 5.30
- Fix entry-field up and down-arrow bindings to properly traverse the values in the listbox value list - wasn't always working properly particularly with the up-arrow option.
- Fix broken handling of hash-refs (name/value pairs) when used as the -choices list.
- Fix -listrelief option not accepting reconfiguration.
- Improve and clarify "Tab=KeepList" & "Tab=Popup" altbindings. KeepList will also now keep list popped up if <spacebar> used to select.
- Add "-tabcomplete => 3" option to just update the text field to what is selected in the listbox when tabbing off of it back to the text field (The other 2 tabcomplete options also do this).
- Tweak the button icons' height slightly to make the widget height consistant with standard text entry fields (Linux versions, as this was already correct on M$-Windows systems.
- Tweak widget frame width to make "fixed" listboxes more properly align in width with that of the text entry field width.
- Stop copying the active listbox item to the text field until the user actually selects it.
- Remove some redundant listbox activation code plus some other small code optimizations and cleanups.
- Fix a few more "use strict" nanny-warnings about undefined variable values (found or observed during coding and testing). None of them were bugs (as Perl was already defaulting to zero or '' as needed).
- Some general pod doc. cleanups.
We are Slovak CPAN authors.
Changes for 0.03 - 2023-06-24T14:25:30+02:00
- Add KOZO account.
- Add SAMSK account.
- Fix example in doc.
- Rename examples to better names.
- Update copyright years.
- Update Module::Install to 1.21 version.
Find or download and install popt library
Changes for 0.01 - 2023-06-24T08:05:52+02:00
- First version.
Ethereum transaction abstraction
Changes for 0.003
- Fix usage example
Ethereum transaction abstraction
Changes for 0.002
- Fix minor documentation bugs
- Add standalone script
Ethereum RLP encoding/decoding utility
Changes for 0.004
- Add standalone script
- Fix minor documentation bugs
Contract ABI utilities
Changes for 0.009
- fix minor documentation bugs
- tuple signature check
- remove tidy backup and cache
Display run time and dependencies after running code
Changes for 0.210 - 2023-05-01
- INCOMPATIBLE CHANGES
- ENHANCEMENTS
Mapping Perl releases on CPAN to the location of the tarballs
Changes for 5.20230623
- Change: b89377d4677c288d0b76ed06e27ba649d1b21f74 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-06-23 22:52:24 +0000
- Change: 488c1baf27c61a77e2af01f2205fa3230e8ac4da Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-06-16 09:15:45 +0000
Backend for Plack::App::Proxy
Changes for 0.0204 - 2023-06-23
- Options `http_proxy`, `https_proxy` and `no_proxy` are undef by default.
Preserve Host header on requests
Changes for 0.0104 - 2023-06-23
- Correct configure requirements.
Perl interface to MXNet machine learning library
Changes for 1.6
- Update mapping between PDL and MX types - Zakariyya Mughal
- Upgrade minimum PDL dependency to PDL v2.064 for int8 (PDL: sbyte) type - Zakariyya Mughal
Find or download and install rpm library
Changes for 0.01 - 2023-06-23T18:24:33+02:00
- First version.
Perl interface to Hadoop delegation token
Changes for 0.002 - 2023-06-23
- Initial version.
This is not a real code and only purpose is to keep PAUSE happy
Changes for 0.003 - 2023-06-23
- Keep PAUSE happy with a fake module.
Hadoop/Hive compatible TypedBytes serializer/deserializer.
Changes for 0.002 - 2023-06-23
- Initial version.
an interface to most facets of the [Fastly API](developer.fastly.com/reference…).
Changes for 3.05 - 2023-06-23
- fix(historical_stats): generate missing models.
WebService-Fastly
an interface to most facets of the [Fastly API](https://developer.fastly.com/reference/api).metacpan.org
a web front-end for a news server
Changes for 1.07
- Add line-wrapping before posting.
- Add line-wrapping when displaying articles.
- Add tag view.
- Add article superseding.
- Add NEWS_GROUPS variable to specify which newsgroups to list.
Launch Zoom meetings via Perl
Changes for 0.231740 - 2023-06-23T12:45:21+02:00
Perl modules bundle to install from CPAN
Changes for 0.231740 - 2023-06-23T12:32:40+02:00
Data object for image.
Changes for 0.03 - 2023-06-23T10:07:52+02:00
- Add dt_created parameter.
- Add ERRORS section to doc.
- Update copyright years.
- Update Module::Install to 1.21 version.
a small gemini client
Changes for 0.07 - 2023-06-23
- Add a gemini_request function that handles redirection and content collection. Break the content accessor to instead contain something that gemini_request maybe does. More tests, bugfixes, etc.
Like Getopt::Long, but with less features
Changes for 0.091 - 2023-05-04
- Be more lightweight (do not use 5.010, do not use strict/warnings).
Write Perl tests in YAMLScript
Changes for 0.1.4
- Use new YAMLScript::Common
Program in YAML
Changes for 0.1.6
- Make bin/yamlscript smarter about multiples
- Change *ARGV* to *command-line-args*
- Bash change to appease shellcheck
- Add support for using YAMLScript from Perl code
- Add a YAMLScript::Common (subclass of Lingy::Common)
A Perl implementation of Clojure
Changes for 0.1.12
- Add support for HashSet type
- Add more legal regex escape sequences
- Add reader support for vars
- Refactor some RT function names
- Fix and test with-meta
- Fix method calls to Perl classes
- Add 'time' macro to time expr evals
- Add
- Make bin/lingy smarter about multiples
- Add support for `#?` reader conditionals
- Get rid of non Clojure var *ARGV* (for now)
- Update docs with "Differences from Clojure" section
- Refactor map creation in reader
- iAdd a couple tests
- Implement Lingy.pm to use Lingy from Perl
- Add doc for Lingy<->Perl interop
- Start using Clojure source code in Lingy
- Bash change to appease shellcheck
- Fix file path conversion bug when loading clojure.core
- Fix regex in DistTestFixer
- Add lingy.string library (akin to clojure.string)
- Add a 'binding' function (not quite accurate)
Log headers and body of HTTP traffic
Changes for 0.0404 - 2023-06-21
- Fixes wrong unique ID number on 32-bit architectures.
Light and pure-Perl PSGI/Plack HTTP server with pre-forks
Changes for 0.0503 - 2023-06-22
- Skip tests which don't work on MSWin32.
Light and pure-Perl PSGI/Plack HTTP server with pre-forks
Changes for 0.0502 - 2023-06-22
- Configure requires Software::License.
- More reliable tests.
- Tests use explicitly 127.0.0.1 as a host.
A small, simple, correct HTTP/1.1 client
Changes for 0.086 - 2023-06-22T10:06:37-04:00
- FIXED
Silverpeak Orchestrator REST API client library
Changes for 0.007000 - 2023-06-22T15:37:13+02:00
- add get_appliance_extrainfo method
- add get_deployment method
- add get_interface_state method
- add get_interface_labels_by_type method
- add get_ha_groups_by_id method
- add get_vrf_by_id method
Link to device backups in RANCID/WebSVN
Changes for 2.006001 - 2023-06-22
- replace the funcion check_acl by acl_matches
DBIC::Schema for the smoke reports database
Changes for 1.12 - 2023-06-22T13:47:28+02:00
- (Abe Timmerman, Thu, 22 Jun 2023 13:47:28 +0200) Autocommit for distribution Perl5-CoreSmokeDB-Schema 1.12 (minor)
Log Catalyst stats to statsd
Changes for v0.8.2 - 2023-06-22T12:36:45+01:00
- Tests
Short-circuit requests with If-Modified-Since headers
Changes for v0.3.1 - 2023-06-22T12:32:19+01:00
- Tests
Simple PSGI/Plack HTTP server that uses threads
Changes for 0.0405 - 2023-06-20
- Tests use explicitly 127.0.0.1 as a host.
Structure class for 'CSS::Struct' output.
Changes for 0.04 - 2023-06-22T10:39:38+02:00
- Rename example files to better names.
- Update copyright years.
- Update Module::Install to 1.31 version.