BROWSING THE DOCUMENTATION
Online
The easiest way is browsing the documentation online at CPAN.
Locally installed
If you have the distribution installed, use perldoc
tool to browse locally installed documentation:
$ perldoc Software::License::OrLaterPack
$ perldoc Software::License::GPL_3::or_later
Built from source
If you are hacking the sources, build Software-License-OrLaterPack
first, then:
$ PERL5LIB=lib:$PERL5LIB perldoc Software::License::OrLaterPack
$ PERL5LIB=lib:$PERL5LIB perldoc Software::License::GPL_3::or_later