The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#---------------------------------------------------------------------
package DZT::Sample;
#
# Copyright 2015 Christopher J. Madsen
#
# Author: Christopher J. Madsen <perl@cjmweb.net>
# Created: 8 Aug 2015
#
# This program is free software; you can redistribute it and/or modify
# it under the same terms as Perl itself.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either the
# GNU General Public License or the Artistic License for more details.
#
# ABSTRACT: Sample plugin for testing @Author::CJM
#---------------------------------------------------------------------

use 5.008;
use strict;
use warnings;

our $VERSION = '0.007';
# This file is part of {{$dist}} {{$dist_version}} ({{$date}})

#=====================================================================

#=====================================================================
# Package Return Value:

1;

__END__

=head1 SYNOPSIS

  use DZT::Sample;