Code-Statistics
view release on metacpan or search on metacpan
bin/codestat view on Meta::CPAN
#!/usr/bin/perl
use strict;
use warnings;
package codestat;
$codestat::VERSION = '1.190680';
# ABSTRACT: gather code statistics on the command line
use Code::Statistics::App;
local @ARGV = qw( commands ) if !@ARGV; # make sure it prints the global options by default
Code::Statistics::App->run;
__END__
=pod
=encoding UTF-8
=head1 NAME
codestat - gather code statistics on the command line
=head1 VERSION
version 1.190680
=head1 DESCRIPTION
See L<Code::Statistics> for use instructions.
=head1 AUTHOR
Christian Walde <mithaldu@yahoo.de>
=head1 COPYRIGHT AND LICENSE
Christian Walde has dedicated the work to the Commons by waiving all of his
or her rights to the work worldwide under copyright law and all related or
neighboring legal rights he or she had in the work, to the extent allowable by
law.
Works under CC0 do not require attribution. When citing the work, you should
not imply endorsement by the author.
=cut
( run in 1.074 second using v1.01-cache-2.11-cpan-5837b0d9d2c )