Subject: | untie attempted while 1 inner references still exist at /usr/share/perl5/Net/Server.pm line 948. |
Sorry - I'm on Ubuntu, which I know is ancient, but to save anyone else reporting this (which is fixed in at least 2.007):
Adding -w to the trivial example in the docs:
perl -we 'use base qw(Net::Server::HTTP); main->run(port => 8080)'
And browsing localhost:8080, the server prints:
untie attempted while 1 inner references still exist at /usr/share/perl5/Net/Server.pm line 948.
untie attempted while 1 inner references still exist at /usr/share/perl5/Net/Server.pm line 949.
where it tries to untie STDOUT and STDERR.