http://qs321.pair.com?node_id=11121810

tobyink has asked for the wisdom of the Perl Monks concerning the following question:

Try this on an old version of Perl (before 5.17) and a newer one (5.18 or above):

perl -MHTTP::Tiny -e'my $class = q(::HTTP::Tiny); $class->new'

Was this change documented anywhere?