Binary package “libgetopt-usaginator-perl” in ubuntu xenial

syntactic sugar for creating a command line usage function

 Getopt::Usaginator is a tool for creating a usage subroutine for commandline
 applications. You decide the text of the usage function in the use declaration
 and it generates a usage method. It does not do any option parsing, but is
 best paired with Getopt::Long or any of the other myriad of option parsers