The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html><head><title>Dist::Zilla::PluginBundle::Author::LESPEA</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
</head>
<body class='pod'>
<!--
  generated by Pod::Simple::HTML v3.16,
  using Pod::Simple::PullParser v3.16,
  under Perl v5.012003 at Wed Mar 23 16:34:44 2011 GMT.

 If you want to change this HTML document, you probably shouldn't do that
   by changing it directly.  Instead, see about changing the calling options
   to Pod::Simple::HTML, and/or subclassing Pod::Simple::HTML,
   then reconverting this document from the Pod source.
   When in doubt, email the author of Pod::Simple::HTML for advice.
   See 'perldoc Pod::Simple::HTML' for more info.

-->

<!-- start doc -->
<a name='___top' class='dummyTopAnchor' ></a>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="NAME"
>NAME</a></h1>

<p>Dist::Zilla::PluginBundle::Author::LESPEA - LESPEA&#39;s Dist::Zilla Configuration</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="VERSION"
>VERSION</a></h1>

<p>version 1.002001</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="SYNOPSIS"
>SYNOPSIS</a></h1>

<pre>    #  In dist.ini:
    [@Author::LESPEA]</pre>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="DESCRIPTION"
>DESCRIPTION</a></h1>

<p>This plugin bundle, in its default configuration, is equivalent to:</p>

<pre>    [ArchiveRelease]
    [Authority]
    [AutoMetaResources]
    [AutoPrereqs]
    [CPANChangesTests]
    [CompileTests]
    [ConfirmRelease]
    [ConsistentVersionTest]
    [CopyFilesFromBuild]
    [CriticTests]
    [DistManifestTests]
    [DualBuilders]
    [EOLTests]
    [ExecDir]
    [ExtraTests]
    [FakeRelease]
    [GatherDir]
    [HasVersionTests]
    [InstallGuide]
    [KwaliteeTests]
    [License]
    [MakeMaker]
    [Manifest]
    [ManifestSkip]
    [MetaConfig]
    [MetaJSON]
    [MetaNoIndex]
    [MetaTests]
    [MetaYAML]
    [MinimumPerl]
    [MinimumVersionTests]
    [ModuleBuild]
    [NextRelease]
    [NoTabsTests]
    [PkgVersion]
    [PodCoverageTests]
    [PodSyntaxTests]
    [PodWeaver]
    [PortabilityTests]
    [PruneCruft]
    [ReportVersions::Tiny]
    [ShareDir]
    [SynopsisTests]
    [TestRelease]
    [UnusedVarsTests]
    [UploadToCPAN]</pre>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="OPTIONS"
>OPTIONS</a></h1>

<h2><a class='u' href='#___top' title='click to go to top of document'
name="-remove"
>-remove</a></h2>

<p>This option can be used to remove specific plugins from the bundle. It can be used multiple times.</p>

<p>Obviously, the default is not to remove any plugins.</p>

<p>Example:</p>

<pre>    ; Remove these two plugins from the bundle
    -remove = CriticTests
    -remove = SynopsisTests</pre>

<h2><a class='u' href='#___top' title='click to go to top of document'
name="copy_file,_move_file"
>copy_file, move_file</a></h2>

<p>If you want to copy or move files out of the build dir and into the distribution dir, use these two options to specify those files. Both of these options can be specified multiple times.</p>

<p>The most common reason to use this would be to put automatically generated files under version control. For example, Github likes to see a README file in your distribution, but if your README file is auto-generated during the build, you need to copy each newly-generated README file out of its build directory in order for Github to see it.</p>

<p>If you want to include an auto-generated file in your distribution but you <i>don&#39;t</i> want to include it in the build, use <code>move_file</code> instead of <code>copy_file</code>.</p>

<p>Example:</p>

<pre>    copy_file = README
    move_file = README.pod
    copy_file = README.txt</pre>

<h2><a class='u' href='#___top' title='click to go to top of document'
name="release"
>release</a></h2>

<p>This option chooses the type of release to do. The default is &#39;real,&#39; which means &#34;really upload the release to CPAN&#34; (i.e. load the <code>UploadToCPAN</code> plugin). You can set it to &#39;fake,&#39; in which case the <code>FakeRelease</code> plugin will be loaded, which simulates the release process without actually doing anything. You can also set it to &#39;none&#39; if you do not want this module to load any release plugin, in which case your <em>dist.ini</em> file should load a release plugin directly. Any other value for this option will be interpreted as a release plugin name to be loaded.</p>

<p>Examples:</p>

<pre>    ; Release to CPAN for real (default)
    release = real
    ; For testing, you can do fake releases
    release = fake
    ; Or you can choose no release plugin
    release = none
    ; Or you can specify a specific release plugin.
    release = OtherReleasePlugin</pre>

<h2><a class='u' href='#___top' title='click to go to top of document'
name="archive,_archive_directory"
>archive, archive_directory</a></h2>

<p>If set to true, the <code>archive</code> option copies each released version of the module to an archive directory, using the <code>ArchiveRelease</code> plugin. This is the default. The name of the archive directory is specified using <code>archive_directory</code>, which is <em>releases</em> by default.</p>

<p>Examples:</p>

<pre>    ; archive each release to the &#34;releases&#34; directory
    archive = true
    archive_directory = releases
    ; Or don&#39;t archive
    archive = false</pre>

<h2><a class='u' href='#___top' title='click to go to top of document'
name="include_dotfiles"
>include_dotfiles</a></h2>

<p>If this is set to true (not the default), then any file that includes a leading &#39;.&#39; will be included in the package</p>

<p>Example:</p>

<pre>    include_dotfiles = true</pre>

<h2><a class='u' href='#___top' title='click to go to top of document'
name="compile_synopsis"
>compile_synopsis</a></h2>

<p>If this is set to true (the default), then the SynopsisTests plugin will be enabled. This plugin checks the perl syntax of the SYNOPSIS sections of your modules. Obviously, if your SYNOPSIS section is not perl code (case in point: this module), you should set this to false.</p>

<p>Example:</p>

<pre>    compile_synopsis = false</pre>

<h2><a class='u' href='#___top' title='click to go to top of document'
name="add_meta"
>add_meta</a></h2>

<p>If this is set to true (the default), then the AutoMetaResources and Authority plugins will be enabled. These plugins adds various metatdata such as the github repo, cpan links, etc to the metadata of the plugin.</p>

<p>Example:</p>

<pre>    add_meta = false</pre>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="SEE_ALSO"
>SEE ALSO</a></h1>

<p>Please see those modules/websites for more information related to this module.</p>

<ul>
<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AArchiveRelease" class="podlinkpod"
>Dist::Zilla::Plugin::ArchiveRelease</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AAuthority" class="podlinkpod"
>Dist::Zilla::Plugin::Authority</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AAutoMetaResources" class="podlinkpod"
>Dist::Zilla::Plugin::AutoMetaResources</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AAutoPrereqs" class="podlinkpod"
>Dist::Zilla::Plugin::AutoPrereqs</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3ACPANChangesTests" class="podlinkpod"
>Dist::Zilla::Plugin::CPANChangesTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3ACompileTests" class="podlinkpod"
>Dist::Zilla::Plugin::CompileTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AConfirmRelease" class="podlinkpod"
>Dist::Zilla::Plugin::ConfirmRelease</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AConsistentVersionTest" class="podlinkpod"
>Dist::Zilla::Plugin::ConsistentVersionTest</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3ACopyFilesFromBuild" class="podlinkpod"
>Dist::Zilla::Plugin::CopyFilesFromBuild</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3ACriticTests" class="podlinkpod"
>Dist::Zilla::Plugin::CriticTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3ADistManifestTests" class="podlinkpod"
>Dist::Zilla::Plugin::DistManifestTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3ADualBuilders" class="podlinkpod"
>Dist::Zilla::Plugin::DualBuilders</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AEOLTests" class="podlinkpod"
>Dist::Zilla::Plugin::EOLTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AExecDir" class="podlinkpod"
>Dist::Zilla::Plugin::ExecDir</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AExtraTests" class="podlinkpod"
>Dist::Zilla::Plugin::ExtraTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AFakeRelease" class="podlinkpod"
>Dist::Zilla::Plugin::FakeRelease</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AGatherDir" class="podlinkpod"
>Dist::Zilla::Plugin::GatherDir</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AHasVersionTests" class="podlinkpod"
>Dist::Zilla::Plugin::HasVersionTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AInstallGuide" class="podlinkpod"
>Dist::Zilla::Plugin::InstallGuide</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AKwaliteeTests" class="podlinkpod"
>Dist::Zilla::Plugin::KwaliteeTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3ALicense" class="podlinkpod"
>Dist::Zilla::Plugin::License</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AMakeMaker" class="podlinkpod"
>Dist::Zilla::Plugin::MakeMaker</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AManifest" class="podlinkpod"
>Dist::Zilla::Plugin::Manifest</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AManifestSkip" class="podlinkpod"
>Dist::Zilla::Plugin::ManifestSkip</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AMetaConfig" class="podlinkpod"
>Dist::Zilla::Plugin::MetaConfig</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AMetaJSON" class="podlinkpod"
>Dist::Zilla::Plugin::MetaJSON</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AMetaNoIndex" class="podlinkpod"
>Dist::Zilla::Plugin::MetaNoIndex</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AMetaTests" class="podlinkpod"
>Dist::Zilla::Plugin::MetaTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AMetaYAML" class="podlinkpod"
>Dist::Zilla::Plugin::MetaYAML</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AMinimumPerl" class="podlinkpod"
>Dist::Zilla::Plugin::MinimumPerl</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AMinimumVersionTests" class="podlinkpod"
>Dist::Zilla::Plugin::MinimumVersionTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AModuleBuild" class="podlinkpod"
>Dist::Zilla::Plugin::ModuleBuild</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3ANextRelease" class="podlinkpod"
>Dist::Zilla::Plugin::NextRelease</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3ANoTabsTests" class="podlinkpod"
>Dist::Zilla::Plugin::NoTabsTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3APkgVersion" class="podlinkpod"
>Dist::Zilla::Plugin::PkgVersion</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3APodCoverageTests" class="podlinkpod"
>Dist::Zilla::Plugin::PodCoverageTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3APodSyntaxTests" class="podlinkpod"
>Dist::Zilla::Plugin::PodSyntaxTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3APodWeaver" class="podlinkpod"
>Dist::Zilla::Plugin::PodWeaver</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3APortabilityTests" class="podlinkpod"
>Dist::Zilla::Plugin::PortabilityTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3APruneCruft" class="podlinkpod"
>Dist::Zilla::Plugin::PruneCruft</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AReportVersions%3A%3ATiny" class="podlinkpod"
>Dist::Zilla::Plugin::ReportVersions::Tiny</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AShareDir" class="podlinkpod"
>Dist::Zilla::Plugin::ShareDir</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3ASpellingCommonMistakesTests" class="podlinkpod"
>Dist::Zilla::Plugin::SpellingCommonMistakesTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3ASynopsisTests" class="podlinkpod"
>Dist::Zilla::Plugin::SynopsisTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3ATestRelease" class="podlinkpod"
>Dist::Zilla::Plugin::TestRelease</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AUnusedVarsTests" class="podlinkpod"
>Dist::Zilla::Plugin::UnusedVarsTests</a></li>

<li><a href="http://search.cpan.org/perldoc?Dist%3A%3AZilla%3A%3APlugin%3A%3AUploadToCPAN" class="podlinkpod"
>Dist::Zilla::Plugin::UploadToCPAN</a></li>
</ul>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="INSTALLATION"
>INSTALLATION</a></h1>

<p>See perlmodinstall for information and options on installing Perl modules.</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="AUTHOR"
>AUTHOR</a></h1>

<p>Adam Lesperance &#60;lespea@gmail.com&#62;</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="SUPPORT"
>SUPPORT</a></h1>

<h2><a class='u' href='#___top' title='click to go to top of document'
name="Perldoc"
>Perldoc</a></h2>

<p>You can find documentation for this module with the perldoc command.</p>

<pre>  perldoc Dist::Zilla::PluginBundle::Author::LESPEA</pre>

<h2><a class='u' href='#___top' title='click to go to top of document'
name="Websites"
>Websites</a></h2>

<p>The following websites have more information about this module, and may be of help to you. As always, in addition to those websites please use your favorite search engine to discover more resources.</p>

<ul>
<li>Search CPAN
<p><a href="http://search.cpan.org/dist/Dist-Zilla-PluginBundle-Author-LESPEA" class="podlinkurl"
>http://search.cpan.org/dist/Dist-Zilla-PluginBundle-Author-LESPEA</a></p>
</li>

<li>RT: CPAN&#39;s Bug Tracker
<p><a href="http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-PluginBundle-Author-LESPEA" class="podlinkurl"
>http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-PluginBundle-Author-LESPEA</a></p>
</li>

<li>AnnoCPAN: Annotated CPAN documentation
<p><a href="http://annocpan.org/dist/Dist-Zilla-PluginBundle-Author-LESPEA" class="podlinkurl"
>http://annocpan.org/dist/Dist-Zilla-PluginBundle-Author-LESPEA</a></p>
</li>

<li>CPAN Ratings
<p><a href="http://cpanratings.perl.org/d/Dist-Zilla-PluginBundle-Author-LESPEA" class="podlinkurl"
>http://cpanratings.perl.org/d/Dist-Zilla-PluginBundle-Author-LESPEA</a></p>
</li>

<li>CPAN Forum
<p><a href="http://cpanforum.com/dist/Dist-Zilla-PluginBundle-Author-LESPEA" class="podlinkurl"
>http://cpanforum.com/dist/Dist-Zilla-PluginBundle-Author-LESPEA</a></p>
</li>

<li>CPANTS Kwalitee
<p><a href="http://cpants.perl.org/dist/overview/Dist-Zilla-PluginBundle-Author-LESPEA" class="podlinkurl"
>http://cpants.perl.org/dist/overview/Dist-Zilla-PluginBundle-Author-LESPEA</a></p>
</li>

<li>CPAN Testers Results
<p><a href="http://cpantesters.org/distro/D/Dist-Zilla-PluginBundle-Author-LESPEA.html" class="podlinkurl"
>http://cpantesters.org/distro/D/Dist-Zilla-PluginBundle-Author-LESPEA.html</a></p>
</li>

<li>CPAN Testers Matrix
<p><a href="http://matrix.cpantesters.org/?dist=Dist-Zilla-PluginBundle-Author-LESPEA" class="podlinkurl"
>http://matrix.cpantesters.org/?dist=Dist-Zilla-PluginBundle-Author-LESPEA</a></p>
</li>
</ul>

<h2><a class='u' href='#___top' title='click to go to top of document'
name="Bugs_/_Feature_Requests"
>Bugs / Feature Requests</a></h2>

<p>Please report any bugs or feature requests by email to <code>bug-dist-zilla-pluginbundle-author-lespea at rt.cpan.org</code>, or through the web interface at <a href="http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-PluginBundle-Author-LESPEA" class="podlinkurl"
>http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-PluginBundle-Author-LESPEA</a>. You will be automatically notified of any progress on the request by the system.</p>

<h2><a class='u' href='#___top' title='click to go to top of document'
name="Source_Code"
>Source Code</a></h2>

<p>The code is open to the world, and available for you to hack on. Please feel free to browse it and play with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull from your repository :)</p>

<p><a href="https://github.com/lespea/dist-zilla-pluginbundle-author-lespea" class="podlinkurl"
>https://github.com/lespea/dist-zilla-pluginbundle-author-lespea</a></p>

<pre>  git clone git://github.com/lespea/dist-zilla-pluginbundle-author-lespea.git</pre>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="COPYRIGHT_AND_LICENSE"
>COPYRIGHT AND LICENSE</a></h1>

<p>This software is copyright (c) 2011 by Adam Lesperance.</p>

<p>This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="DISCLAIMER_OF_WARRANTY"
>DISCLAIMER OF WARRANTY</a></h1>

<p>BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE &#34;AS IS&#34; WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.</p>

<p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>

<!-- end doc -->

</body></html>