use strict;
use warnings;

package Task::BeLike::DBR;
BEGIN {
  $Task::BeLike::DBR::AUTHORITY = 'cpan:DBR';
}
{
  $Task::BeLike::DBR::VERSION = '0.023';
}

# ABSTRACT: Modules that DBR likes to use.

1;

__END__
=pod

=head1 NAME

Task::BeLike::DBR - Modules that DBR likes to use.

=head1 VERSION

version 0.023

=head1 AUTHOR

Daniel B <dbrx@dbrx.crux.uberspace.de>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Daniel B.

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