in reply to Howto include Module with Specific Methods with PAR's pp utility
I've no idea why pp would need this syntax, but perl itself does importing on the command line like this:
perl -MList::Util=min,max [download]