The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# -*- perl -*-

#
# Author: Slaven Rezic
#
# Copyright (C) 2011,2013,2015 Slaven Rezic. All rights reserved.
# This package is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
#
# Mail: slaven@rezic.de
# WWW:  http://www.rezic.de/eserte/
#

package App::psort;

use strict;
use vars qw($VERSION);
$VERSION = '0.05';

1;

__END__

=head1 NAME

App::psort - a perl-enhanced sort

=head1 DESCRIPTION

See L<psort>. The module L<App::psort> is just a placeholder for CPAN.

=head1 SEE ALSO

L<psort>.

=cut