The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Acme::Test::DROLSKY;

use strict;
use warnings;

our $VERSION = '0.04';

1;

# ABSTRACT: Test

__END__

=pod

=head1 NAME

Acme::Test::DROLSKY - Test

=head1 VERSION

version 0.04

=head1 DESCRIPTION

This is a distribution I use to test my Dist::Zilla plugins and plugin bundle.

=head1 AUTHOR

Dave Rolsky <autarch@urth.org>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2016 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)

=cut