Skip to main content






Mojo-UserAgent-Cached-1.25


Caching, Non-blocking I/O HTTP, Local file and WebSocket user agent

Changes for 1.25 - 2023-01-25
  • (nicomen) Restrict key length to 140 chars by default to work on eCryptFS out of the box

https://metacpan.org/dist/Mojo-UserAgent-Cached


Lab-Measurement-3.841


Test and measure with Perl

Changes for 3.841 - 2023-01-25
  • Nanonis Tramea: More functionality (timing, data transfer)
  • Lakeshore 372: Fixes

https://metacpan.org/dist/Lab-Measurement


IO-Socket-SSL-2.081


Nearly transparent SSL encapsulation for IO::Socket::INET.

Changes for 2.081 - 2023-01-25
  • new function set_msg_callback for user defined callback on each SSL message
  • showcase function in example/ssl_client.pl and example/ssl_server.pl for computing JA3S/JA3 fingerprints
  • fix tracing added in 2.076 to no longer include SSL3_RT_HEADER (noise)

https://metacpan.org/dist/IO-Socket-SSL



HTML-Blitz-0.04


high-performance, selector-based, content-aware HTML template engine

Changes for 0.04 - 2023-01-25
  • selectors: fix parsing of escape sequences in attribute names (e.g. `[foo\00002dbar="baz"]`)
  • selectors: fix parsing of escape sequences in quoted attribute values (e.g. `[foo-bar="b\000061z"]`)

https://metacpan.org/dist/HTML-Blitz





CPAN-Upload-Tiny-0.010


A tiny CPAN uploader

Changes for 0.010 - 2023-01-24T17:14:30+01:00
  • Assume Term::ReadKey is always present
  • Add missing documentation for new_from_config_or_stdin

https://metacpan.org/dist/CPAN-Upload-Tiny




String-UpdateYears-0.01


Look for year or years range in string and update years

Changes for 0.01 - 2023-01-23T17:44:54+01:00
  • First version.

https://metacpan.org/release/SKIM/String-UpdateYears-0.01


Test-Tk-2.02


Testing Tk widgets.

Changes for 2.02
  • Fixed documentation
  • Added use strict and use warnings to Makefile.PL

https://metacpan.org/dist/Test-Tk


Tags-HTML-Page-Begin-0.15


Tags helper for HTML page begin.

Changes for 0.15 - 2023-01-23T13:30:57+01:00
  • Fix example in doc.
  • Rename example file to better name.

https://metacpan.org/dist/Tags-HTML-Page-Begin




Yes, back when SNI first enabled us to move away from IP based VirtualHost containers in Apache to the Name Based VirtualHost where many websites shared a single IP address, there were some interesting issues, such as the default VirtualHost being displayed if you didn't also specify non RFC compliant hostnames as aliases.

For example, there was a trend at the time to ignore proper usage of hostnames, with "www" generally being used as the traditional defacto, default hostname for a host delivering HTTP. i.e.,(http://www.SLD.TLD).

Similarly, you would usually name your first FTP server "ftp", and the protocol was specified as "ftp", yielding ftp://ftp.SLD.TLD, and gopher would be gopher://hostname.SLD.TLD in the address bar of your browser. Other protocols followed that same "protocol://hostname.4LD.3LD.SLD.TLD format, these child zones being a very common practice in universities in the .EDU and .MIL TLDs, as well as the .UK, .FR, .AU, .US, and some other ccTLD's (Australia has recently dropped that whole requirement for .com.au and .net.au finally lol).

So, although it was merely convention to name your hosts after the services they were delivering, like "www, www2, www3, Etc.", or ftp, gopher, Etc., Those were only conventions and you could name them whatever you wanted.

But you weren't supposed to use the canonical domain name as the hostname!

Nevertheless, as the "web" became more ubiquitous and average users, oblivious to other protocols, began to ask the question, "why do I need to type in all those extra characters for www.ibm.com (like http://www3.ibm.com) instead of just ibm.com?", in conjunction with the popular trend of browsers defaulting to "http://" protocol (unless you manually specified another protocol), many providers started to accommodate those hosting customers by breaking with the RFCs and pointing DNS A RRs to "@" or "SLD.TLD" - the canonical domain name, akong with another A record for "hostname.SLD.TLD" (usually still using www for the first website).

Now, when you query a DNS server for a hostname, it returns an IP address, no problem so far. And with IP based hosting it really doesn't matter what you call your website in your Apache server's VirtualHost container - it's just going to return a web page for the server at that IP address, coz that's all it's being asked: "Do you have HTML to send me for the IP address on this HTTP server?", And then it sends the page - coz there's only one website per IP address!

But with HTTP 1.1 and SNI it's a compound question:

"Do you have HTML to send me for the IP address with the hostname of 'www.SLD.TLD' on this HTTP server?"

If yes, then serve the page. If not however, it gets a little weird. The default VirtualHost container is usually the first one defined in httpd.conf, so on many web servers that's the page that says - "It Works!" lolz.

So, in DNS you had to have two A Resource Records (RRs) one for say, 'www', and one for '@', or you could use a CNAME RR if you're one of those lame-o boneheads (bad form - don't use CNAME's!), AND... You also either need to specify two <Named VirtualHost> containers pointing to the same directory, or just one with an Alias directive.

NOTE: you 'could' point to two different directories, but in 99% of all cases, why the heck would you do that?

I dunno why, but maybe coz many hosting providers didn't understand how to write a DNS zonefile in BIND or maybe coz they didn't grasp that the browser was actually now asking for an actual hostname with it's request to the IP address that httpd was listening on, but this resulted in a lot of "no joy" when people neglected to type in the "www", resulting in delivery of either someone else's website or the comical "It Works!" page (ROFLMAOPMP).

Adding insult to injury, the opposite could be the case when leaving out the hostname and just typing in the domain into the address bar, depending on how httpd.conf was configured - many knowledgeable sysadmins resisted this the because it wasn't RFC compliant, but eventually (the customer's money is always right), most default websites today just serve the canonical domain name as the main (or maybe even the only) hostname in a VirtualHost container in Apache with an alias to the 'www' hostname (or server block on Nginx.

As a little epilog, that came back to bite hosting providers, and moreso, their customers, in the last decade or so when the evil Cloudflare and ever popular WordPress came into prominence - To enforce their predatory vendor lock-in practices, Cloudflare offered free CDN services to people with websites... But only for one hostname per domain, AND, that hostname HAD TO BE "www", lolz...

Well, after a couple of decades of dumbing down the user and people setting the main name of their WordPress sites to, "SLD.TLD", this would cause, in the best scenario, to have their websites served to most people without the (so-called) benefit of Cloudflare's CDN... Unless you could retrain every user on the entire planet to type in the actual hostname (www), OR... pay Cloudflare lolz.... 🤘🤡🤘

Well my friend, That's all I've got right now, I hope you found that a bit amusing in a sort of nostalgic kinda way.

#tallship #ramblings #lamentations #humor #geek porn #BOFH #comedy

.






FindBin-1.53


Locate directory of original perl script

Changes for 1.53 - 2023-01-23
  • Update bug reporting location.

https://metacpan.org/dist/FindBin


Lingua-RU-Numeral-0.031


Perl extension for generate Russian wording of numerals from the natural numbers and 0 (zero).

Changes for 0.031
  • add to Makefile.PL module Test::More::UTF8
  • POD, README, and Makefile.PL revised

https://metacpan.org/dist/Lingua-RU-Numeral


Exporter-5.77


Implements default import method for modules

Changes for 5.77
  • Document non-inheriting as default mechanism
  • Make Exporter strict and warnings compliant

https://metacpan.org/dist/Exporter



FunctionalPerl-0.72.72


FunctionalPerl - functional programming in Perl

Changes for 0.72.72
  • Repl: add :S mode with Perl::Tidy
  • Struct: allow to export constructors via _END_
  • Struct: add all_field_names
  • Struct: add ":defaults" base class feature
  • Struct: display FP::Failure values from predicates
  • List: add cartesian_product, nonempty_list_of, improper_map, improper_filtermap, filtermap, improper_last, list_merge
  • Array,Array/Mixin: add filtermap, merge
  • List,Stream: add split
  • HashSet: add hashset, is_hashset, is_uhashset, hashset_values, hashset_map, hashset_filter, hash_to_...function
  • Hash: add hash_map, hash_filter, hash_key_filter, hash_value_filter
  • Abstract/Sequence: add hashset, uhashset
  • Predicates: add is_path_string, is_path_segment_string, sequence_of
  • Create FP::Cmp, move cmp_complement to it, add cmp_then
  • xperlfunc: add maybe_getfile_utf8, improve spawn
  • xopen: add stdin, stdout, stderr
  • Htmlparse: handle XML namespaces (hack)
  • Text/CSV: various improvements
  • various fixes
  • unfinished: Chj:🤐perlfunc:🤐localtime: add iso_week_number + more

https://metacpan.org/dist/FunctionalPerl



JSON-Schema-Modern-0.562


Validate data against a schema

Changes for 0.562 - 2023-01-22T00:49:07Z
  • bump a test prereq to fix a mismatched exception message

https://metacpan.org/dist/JSON-Schema-Modern




PPIx-Regexp-0.086_01


Parse regular expressions

Changes for 0.086_01 - 2023-01-21
  • Add support for code in optimized regex, a.k.a. (*{...}). This involved making the recognition of backtracking control more specific, since it also uses (?*...).

https://metacpan.org/dist/PPIx-Regexp


URI-Title-1.903


get the titles of things on the web in a sensible way

Changes for 1.903 - 2023-01-21
  • Extract title from PNG images (RT#57066, thanks to Håkon Hægland (HAKONH))
  • Restored some minor documentation items that were lost in a botched merge

https://metacpan.org/dist/URI-Title


App-ansicolumn-1.32


ANSI sequence aware column command

Changes for 1.32 - 2023-01-21T08:53:52Z
  • introduce --filename-format option
  • improve file open error handling
  • add hline, heavy-hline, bottom-line, heavy-bottom-line border styles

https://metacpan.org/dist/App-ansicolumn



PDF-Builder-3.025


Facilitates the creation and modification of PDF files

Changes for 3.025 - 2023-01-19
  • many thanks to Amtivo Group for sponsoring this work! see INFO/SPONSORS for more information lib/PDF/Builder/Content/Text.pm, examples/README, examples/examples_output, examples/Column.pl (new), MANIFEST, tools/3_examples.pl Add column() function to Content::Text, to support markup (none, Markdown, and HTML) in arbitrary columns. Note that PDF::Table will also support column(), but only when using PDF::Builder.
  • lib/PDF/Builder.pm, lib/PDF/Builder/FontManager.pm (new), examples/README, examples/examples_output, examples/FontManager.pl (new), MANIFEST, tools/3_examples.pl Add a Font Manager to be able to select a font simply by giving the "face" and whether bold and/or italics are to be used. The actual font setting (with font size) is still done with $text->font($font, $size), but instead of having to explicitly create (or reuse) a $font, that part is all handled for you. It does not depend on any OS-provided font manager libraries (such as Linux provides, but Windows does not). Except for the core fonts, your application has to specify the base font and the files to use for italic, bold, etc.
  • end of sponsored work
  • lib/PDF/Builder.pm, lib/PDF/Builder/FontManager.pm Update "font path" in Builder, make use of it in Font Manager. Note that at this time, only FontManager.pm makes use of the global font path settings (font_path() method). All other code, examples, and t tests give full paths to font files. At some point in the future, this may be changed, but the problem is that Linux and other non-Windows systems seem to store their font files all over the place, and even Windows is consistent only for TrueType files (it doesn't ship with any Type1 or other format fonts). Note that if you wish to modify the default font path list, you need to edit Builder.pm.
  • lib/PDF/Builder/Content.pm, examples/042_links, examples/HarfBuzz.pl, examples/examples.output; MANIFEST, 040_annotation.pdf (new), examples/resources/HarfBuzz_example.pdf (removed) Remove the output of HarfBuzz Shaper's example from examples/resources (examples/resources/HarfBuzz_example.pdf), as this file is now available on the CTS website (Examples/PDF/Builder/HarfBuzz.pdf) and substitute a much smaller PDF, the output from 040_annotation, as the PDF sample for 042_links. This will cut the package size of PDF::Builder by about half! References to HarfBuzz_example.pdf as a sample to look at (should you not be able to run HarfBuzz.pl due to HarfBuzz::Shaper not being installed) have been updated to refer to the CTS website examples.
  • README.md, LICENSE, lib/PDF/Builder.pm, examples/Column.pl Change copyright to 2023.
  • META.json, META.yml Remove "provides" entries because 1) they do not seem to survive the packaging process, 2) no one seems to be able to state what this inform- ation is actually used for -- I see something vague about "search", and 3) how do I make "provides" entries that are better at doing whatever they're supposed to do better than what CPAN does by default? Also, there may be a META_ADD provides that I'm supposed to add to Makefile.PL, but again, documentation is quite scarce. I think I'll just ignore the whole "provides" thing until there's good documentation on it.
  • README.md, Makefile.PL, META.json, META.yml, tools/optional_update.pl, t/00-all-usable.t, lib/PDF/Builder.pm, MANIFEST No longer automatically install Graphics::TIFF, Image:😛NG::Libpng, and HarfBuzz::Shaper. This should lighten the installation and testing load on users, if they do not plan to use TIFF or PNG images, or do text shaping. Also list the new prerequisites for markup processing (HTML::TreeBuilder, Text::Markdown). optional_update.pl no longer needed and has been removed from the distribution.
  • xt/author-critic.t, xt/author-pod-syntax.t, MANIFEST, tools/2_t-tests.pl Move a couple of specialty t tests from t/ to xt/
  • lib/PDF/Builder/Content/Hyphenate_basic.pm Add ability to split a word on Required Blanks (non-breaking spaces), as a last-ditch way to do basic hyphenation. Add ability to split a word to fit a given width (regardless of where the split ends up), as an even more last-ditch way.
  • lib/PDF/Builder.pm Per PDF::API2 change, allow 'Times' as an alias for core font 'Times-Roman'. This was also done for 'corefont()', as well as the original 'font()'. A warning is given if Times is used. Also, change 'die' on errors to 'croak'.
  • INFO/RoadMap, examples/020_corefonts Add discussion of /StructTreeRoot, remove Bank Gothic examples from core fonts (it appears to be just a partial alias for some other sans-serif font).
  • LICENSE remove superfluous "59" from FSF address in license. From PDF::API2 #59.
  • lib/PDF/Builder.pm open_page() clarify that default index is last page.
  • lib/PDF/Builder/ViewerPreferences.pm Fix glitch in $pdf->viewer_preferences() for non-full-screen-page-mode. From PDF::API2 #50.
  • lib/PDF/Builder.pm Fix page mode "SinglePage" unsupported. From PDF::API2 #49.
  • lib/PDF/Builder/Page.pm Add documentation reminding users of rotation problems when using a crop box or other clipping. From PDF::API2 #58.
  • lib/PDF/Builder.pm Add checks to page() method to see if the application is attempting to add a new page number that is too negative (more than one before the existing first page) or too positive (beyond the existing last page). The index value (page number) is clamped to be within possible values, with a warning. Ref: #190.
  • lib/PDF/Builder/Annotation-NamedDestination-Outline.pm, lib/PDF/Builder.pm, t/named-destinations.t, t/042_links Remove new PDF::API2-style location+args interfaces, as I don't like the way they work, and that they are not backwards compatible with the old methods. Unfortunately, this may break any application changed (or recently written) to use the new PDF::API2 2.043 interfaces. If the new location+args list notation were to be used, only if the number of args was even could this be detected. An odd number of args, plus the location string, would be indistinguishable from a hash list, one of which may follow (as options) the location+args list. Ref: #190.
  • lib/PDF/Builder/Resource/CIDFont/TrueType/FontFile.pm Typo fixed.

https://metacpan.org/dist/PDF-Builder
#58 #59 #50 #49 #190



SQL-PatchDAG-0.110


A minimal DB schema patch manager

Changes for 0.110
  • Updated packaging
  • Correct application of PerlIO layers in constructor

https://metacpan.org/dist/SQL-PatchDAG



CPAN-Perl-Releases-5.20230120


Mapping Perl releases on CPAN to the location of the tarballs

Changes for 5.20230120
  • Change: 9a8ef1e706cdc3a4577c6671ee60075a3fa9425b Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-01-20 15:34:09 +0000

https://metacpan.org/dist/CPAN-Perl-Releases





Music-ScaleNote-0.0705


Manipulate the position of a note in a scale

Changes for 0.0705 - 2023-01-20T00:05:31Z
  • Add the eg/tonnetz program.
  • Improve documentation.
  • Improve tests.

https://metacpan.org/dist/Music-ScaleNote


Net-Cisco-FMC-v1-0.007001


Cisco Firepower Management Center (FMC) API version 1 client library

Changes for 0.007001 - 2023-01-20T08:24:02+01:00
  • fix api.t when FMC environment variables aren't set

https://metacpan.org/dist/Net-Cisco-FMC-v1


Affix-0.09_06-TRIAL


A Foreign Function Interface eXtension

Changes for 0.09_06 - 2023-01-20T05:35:31Z
  • Struct[] may now contain a code reference
  • CodeRef, Any, etc. are now properly handled as aggregates

https://metacpan.org/dist/Affix


Mojo-Run3-1.03


Run a subprocess and read/write to it

Changes for 1.03 - 2023-01-20T14:19:44Z
  • Add support for manually closing the PTY slave
  • Add support for "pipe" shortcut for driver()

https://metacpan.org/dist/Mojo-Run3





IO-Socket-SSL-2.080


Nearly transparent SSL encapsulation for IO::Socket::INET.

Changes for 2.080 - 2023-01-18
  • move certs into t/ so that distributions like CentOS don't install the test certificates as part of the documentation any longer.

https://metacpan.org/dist/IO-Socket-SSL