$ perl -v
This is perl 5, version 18, subversion 2 (v5.18.2) built for MSWin32-x
+64-multi-t
hread
Copyright 1987-2013, Larry Wall
Perl may be copied only under the terms of either the Artistic License
+ or the
GNU General Public License, which may be found in the Perl 5 source ki
+t.
Complete documentation for Perl, including FAQ lists, should be found
+on
this system using "man perl" or "perldoc perl". If you have access to
+ the
Internet, point your browser at http://www.perl.org/, the Perl Home Pa
+ge.
$ perl -MMoose -e "print Moose->VERSION"
2.1005
|