#!/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
