#!/usr/bin/perl

our $VERSION = '0.30'; # VERSION

print "This script has been split to peri-func-doc and peri-pkg-doc. Please run one of those scripts.\n";
exit 0;
1;
# ABSTRACT: Deprecated script
# PODNAME: peri-doc

__END__

=pod

=encoding utf-8

=head1 NAME

peri-doc - Deprecated script

=head1 VERSION

version 0.30

=head1 AUTHOR

Steven Haryanto <stevenharyanto@gmail.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Steven Haryanto.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut
