#!/usr/bin/perl -w
use strict;
use warnings;
use vars qw( $VERSION );
use App::Sys::Info;

$VERSION = '0.13';

App::Sys::Info->run;

1;

__END__

=pod

=head1 NAME

psysinfo - Front end to App::Sys::Info

=head1 SYNOPSIS

Excute from command line.

=head1 DESCRIPTION

Front end to App::Sys::Info.

=head1 SEE ALSO

L<App::Sys::Info>.

=cut