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

=head1 NAME

Acme::CPAN::Patches - just for testing

=head1 SYNOPSIS

	use Acme::CPAN::Patches;

=head1 DESCRIPTION

Just for testing and testing

=cut

use warnings;
use strict;

our $VERSION = '0.01';

1;


__END__

=head1 AUTHOR

Jozef Kutej

=cut