<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,9 @@
 POE::Filter::Zlib
 =================
 
+2.02	Fri May 29 12:10:47 BST 2009
+	- Makefile.PL meta fixes.
+
 2.01	Thu Jun 12 15:30:40 BST 2008
 	- Patch from Martijn van Beers [RT #36655]
 	- Patch from Martijn van Beers [RT #36657]</diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,10 @@
 Changes
 inc/Module/Install.pm
+inc/Module/Install/AutoLicense.pm
 inc/Module/Install/Base.pm
 inc/Module/Install/Can.pm
 inc/Module/Install/Fetch.pm
+inc/Module/Install/GithubMeta.pm
 inc/Module/Install/Makefile.pm
 inc/Module/Install/Metadata.pm
 inc/Module/Install/Win32.pm</diff>
      <filename>MANIFEST</filename>
    </modified>
    <modified>
      <diff>@@ -3,15 +3,16 @@ use inc::Module::Install;
 name 'POE-Filter-Zlib';
 author 'Chris Williams &lt;chris@bingosnet.co.uk&gt;';
 license 'perl';
-perl_version '5.000';
+auto_license holder =&gt; 'Chris Williams and Martijn van Beers';
+perl_version '5.006';
 version_from 'lib/POE/Filter/Zlib.pm';
 abstract_from 'lib/POE/Filter/Zlib.pm';
 build_requires 'Test::More' =&gt; 0.47;
 build_requires 'POE::Filter::Stackable' =&gt; 0;
 build_requires 'POE::Filter::Line' =&gt; 0;
-requires 'warnings::compat' =&gt; 0 if $] &lt; 5.006;
-requires 'Carp' =&gt; 0;
 requires 'Compress::Raw::Zlib' =&gt; 2.000;
 requires 'POE'    =&gt; 0.38;
 requires 'POE::Filter' =&gt; 0;
+auto_provides;
+githubmeta;
 WriteAll();</diff>
      <filename>Makefile.PL</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ use Compress::Raw::Zlib qw(Z_FINISH);
 
 use vars qw($VERSION);
 
-$VERSION = '2.01';
+$VERSION = '2.02';
 
 sub new {
   return POE::Filter::Zlib::Stream-&gt;new(flushtype =&gt; Z_FINISH);
@@ -50,7 +50,7 @@ L&lt;POE::Filter::Zlib::Stream&gt; is recommended for that type of activity.
 
 =over
 
-=item new
+=item C&lt;new&gt;
 
 Creates a new POE::Filter::Zlib object. Takes one optional argument, 
 
@@ -64,27 +64,27 @@ Consult L&lt;Compress::Zlib&gt; for details.
 
 =over
 
-=item get
+=item C&lt;get&gt;
 
-=item get_one_start
+=item C&lt;get_one_start&gt;
 
-=item get_one
+=item C&lt;get_one&gt;
 
 Takes an arrayref which is contains lines of compressed input. Returns an arrayref of uncompressed lines.
 
-=item get_pending
+=item C&lt;get_pending&gt;
 
 Returns any data in a filter's input buffer. The filter's input buffer is not cleared, however.
 
-=item put
+=item C&lt;put&gt;
 
 Takes an arrayref containing lines of uncompressed output, returns an arrayref of compressed lines.
 
-=item clone
+=item C&lt;clone&gt;
 
 Makes a copy of the filter, and clears the copy's buffer.
 
-=item level
+=item C&lt;level&gt;
 
 Sets the level of compression employed to the given value. If no value is supplied, returns the current level setting.
 
@@ -98,7 +98,7 @@ Martijn van Beers &lt;martijn@cpan.org&gt;
 
 =head1 LICENSE
 
-Copyright C&lt;(c)&gt; Chris Williams and Martijn van Beers.
+Copyright E&lt;copy&gt; Chris Williams and Martijn van Beers.
 
 This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
 </diff>
      <filename>lib/POE/Filter/Zlib.pm</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ use Compress::Raw::Zlib qw(Z_OK Z_STREAM_END Z_FINISH Z_SYNC_FLUSH);
 use vars qw($VERSION);
 use base qw(POE::Filter);
 
-$VERSION = '2.01';
+$VERSION = '2.02';
 
 sub new {
   my $type = shift;
@@ -133,7 +133,7 @@ Ideal for streaming compressed data over sockets.
 
 =over
 
-=item new
+=item C&lt;new&gt;
 
 Creates a new POE::Filter::Zlib::Stream object. Takes some optional arguments:
 
@@ -163,23 +163,23 @@ Consult L&lt;Compress::Zlib&gt; for more detail regarding these options.
 
 =over
 
-=item get
+=item C&lt;get&gt;
 
-=item get_one_start
+=item C&lt;get_one_start&gt;
 
-=item get_one
+=item C&lt;get_one&gt;
 
 Takes an arrayref which is contains streams of compressed input. Returns an arrayref of uncompressed streams.
 
-=item get_pending
+=item C&lt;get_pending&gt;
 
 Returns any data in a filter's input buffer. The filter's input buffer is not cleared, however.
 
-=item put
+=item C&lt;put&gt;
 
 Takes an arrayref containing streams of uncompressed output, returns an arrayref of compressed streams.
 
-=item clone
+=item C&lt;clone&gt;
 
 Makes a copy of the filter, and clears the copy's buffer.
 
@@ -193,7 +193,7 @@ Martijn van Beers &lt;martijn@cpan.org&gt;
 
 =head1 LICENSE
 
-Copyright C&lt;(c)&gt; Chris Williams and Martijn van Beers.
+Copyright E&lt;copy&gt; Chris Williams and Martijn van Beers.
 
 This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
 </diff>
      <filename>lib/POE/Filter/Zlib/Stream.pm</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>LICENSE</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>77b106ceea5c82ac990a2631f65394afef54fb86</id>
    </parent>
  </parents>
  <author>
    <name>Chris Williams</name>
    <email>chris@bingosnet.co.uk</email>
  </author>
  <url>http://github.com/bingos/poe-filter-zlib/commit/0ce3d4ec6db6683b830e78713d5f7ca95583e7ba</url>
  <id>0ce3d4ec6db6683b830e78713d5f7ca95583e7ba</id>
  <committed-date>2009-05-29T04:17:25-07:00</committed-date>
  <authored-date>2009-05-29T04:17:25-07:00</authored-date>
  <message>POD tidy and Makefile.PL meta fixes.</message>
  <tree>ade190ddaad5e17d10f89b02afec2a15739dcaac</tree>
  <committer>
    <name>Chris Williams</name>
    <email>chris@bingosnet.co.uk</email>
  </committer>
</commit>
