Tags helper for HTML container.
Changes for 0.03 - 2023-06-25T16:12:38+02:00
- Add parameter for container height.
Tags helper for login register.
Changes for 0.04 - 2023-06-25T16:06:19+02:00
- Add autofocus to username.
Tags helper for login access.
Changes for 0.04 - 2023-06-25T16:02:56+02:00
- Add autofocus to username.
Safe-navigation for Perl
Changes for 0.001 - 2023-06-25T21:58:11Z
- The first release of PerlX-SafeNav
- Minimum implementation that supports a safnav chain of method calls, array fetches and hash fetches.
- Most likely very buggy.
Tags helper for login access.
Changes for 0.03 - 2023-06-25T12:14:33+02:00
- Add messages bellow button.
Tags helper for login register.
Changes for 0.03 - 2023-06-25T11:51:17+02:00
- Add another error check for message array.
- Add missing error to process() about missing text.
- Add tests for process().
- Add tests for process_css().
- Change error for bad message object to common sentence.
- Fix test message.
- Move lang attribute after class attribute.
- Rewrite messages to use Tags::HTML::Messages helper.
Tags helper for HTML messages.
Changes for 0.08 - 2023-06-25T10:54:03+02:00
- Add error for bad message types definition in process_css().
- Don't return Tags code if messages reference is undefined.
- Update README file.
Tags helper for HTML messages.
Changes for 0.07 - 2023-06-25T09:59:44+02:00
- Add message lang attribute to HTML if exists.
A vim/tmux based IDE for the terminal
Changes for 1.0.3 - 2023-06-25
- Updating for release of version 1.0.3 Making default local file be more environment safe (Ivan Wills) Trying alternate title setting (Ivan Wills) New sessions default config (Ivan Wills) Adding saving current session (Ivan Wills) Adding missing param docs (Ivan Wills) Adding missing param docs (Ivan Wills) Fixing incorrect versions (Ivan Wills)
Get stock and mutual fund quotes from various exchanges
Changes for 1.56_04 - 2023-06-24T18:27:20-07:00
- Correct set exchange in YahooJSON.pm - Issue #306
- Added close, change and p_change to Tradegate, XETRA and Sinvestor Fixed bug in Tradegate, XETRA and Sinvestor for numbers equal or higher than 1.000 - PR #304
- Added GoogleWeb Module
- YahooWeb module added - PR #296
- Added MarketWatch Module
- Replaced cached file with IO::String object in IndiaMutual.pm
- Fixed missing date in AEX.pm - Issue #298
- Fixed Examples in POD Documentation in a few modules - PR #295
- move use strict to be the first statement in TreasuryDirect.pm and TwelveData.pm #290
- remove old perl version requirement statements from TreasuryDirect.pm and TwelveData.pm #290
- removed Data::Dumper that caused another test to fail from TreasuryDirect.pm #290
- Fixed Fool.pm and fool.t - PR #289
Scenarios related to Data::ModeMerge
Changes for 0.004 - 2023-01-19
- Rename module/dist Bencher-Scenarios-{DataModeMerge,Data-ModeMerge}.
Validate HTTP requests and responses against an OpenAPI v3.1 document
Changes for 0.046 - 2023-06-24T21:56:39Z
- extra validation for Transfer-Encoding response header
Get stock and mutual fund quotes from various exchanges
Changes for 1.56_03 - 2023-06-24T14:08:33-07:00
- Added close, change and p_change to Tradegate, XETRA and Sinvestor Fixed bug in Tradegate, XETRA and Sinvestor for numbers equal or higher than 1.000 - PR #304
- Added GoogleWeb Module
- YahooWeb module added - PR #296
- Added MarketWatch Module
- Replaced cached file with IO::String object in IndiaMutual.pm
- Fixed missing date in AEX.pm - Issue #298
- Fixed Examples in POD Documentation in a few modules - PR #295
- move use strict to be the first statement in TreasuryDirect.pm and TwelveData.pm #290
- remove old perl version requirement statements from TreasuryDirect.pm and TwelveData.pm #290
- removed Data::Dumper that caused another test to fail from TreasuryDirect.pm #290
- Fixed Fool.pm and fool.t - PR #289
Perl modules bundle to install from CPAN
Changes for 0.231750 - 2023-06-24T21:31:46+02:00
Tk Listbox widget supporting images and text entries, Tk::HList-based drop-in replacement for Tk::Listbox.
Changes for 2.71
- Change default -highlightthickness from HList's default of 2 pixels to Listbox's default of 1 for more consistant appearance, particularly when used by Tk::JBrowseEntry.
- Some minor doc. cleanups.
Plack register application.
Changes for 0.01 - 2023-06-24T18:07:21+02:00
- First version.
We are Slovak CPAN authors.
Changes for 0.28 - 2023-06-24T18:04:43+02:00
- Fix minimal version of module.
Build external dependencies for use in CPAN
Changes for 2.81_01 - 2023-06-24T09:54:28Z
- Added support for xz compression with Alien::Build::Plugin::Extract::ArchiveTar (gh#404)
- Extract negotiator (Alien::Build::Plugin::Extract::Negotiate) now prefers the Extract::ArchiveTar plugin for tar.xz files. On Windows Extract::ArchiveTar is now always used for tar.xz files because the BSD tar that comes with Windows can hang on tar.xz if xz is in the PATH (gh#403, gh#404)
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.