Subject: | strictures' extra author tests aren't enabled for application package |
14:29 < trs> I noticed that Web::Simple's method of importing strictures into the app means
that strictures' extra author bits aren't enabled for the app's package.
14:29 < trs> is that intentional?
14:30 < mst> no, that's a bug, accidentally introduced the last time we rewrote the
strictures heuristic
14:30 < mst> we should probably use Import::Into in Web/Simple.pm
14:30 < trs> ok
14:31 < trs> I'd never seen the author notice ("you don't have these modules installed")
before, so it caused some confusion when I tried "use strictures 1" in other
lib code :)
14:31 < mst> right, although the notice plus its associated docs mean that the confusion is
pretty much self-healing at this stage :)
14:32 < trs> sure, it was obvious how to get rid of the notice. :)
14:32 < trs> but made no sense at first that my Web::Simple app wasn't producing the same
notice
14:33 < trs> should I file a ticket?
14:33 < mst> especially given 'use Moo;' *does* normally DTRT