1=head1 NAME
2
3Foo::Bar::Baz - Bazzle your Bar, Foo!
4
5=head1 SYNOPSIS
6
7  my $baz = Foo::Bar::Baz->new;
8
9=head1 DESCRIPTION
10
11This is the description. Blah blah blah. It's all about the Bazzle.
12
13=head2 Interface
14
15This is all about the Baz interface.
16
17=head3 C<new>
18
19Gotta cover the C<new()> method.
20
21=head1 AUTHOR
22
23Someone Else
24
25=head1 COPYRIGHT
26
27Copyright (c) Someone Else 2009, some rights reserved.
28
29This module is free software; you can redistribute it and/or modify it under
30the same terms as Perl itself.
31
32=cut
33
34package Foo::Bar::Baz;
35
36our $VERSION = '0.41';
37