Bump version requirement for MX::Emulate::CAF to the new release which fixes the...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Build.pm
index c203980..944d9e8 100644 (file)
@@ -31,13 +31,14 @@ L<Module::Build> extension for Catalyst.
 
 =head1 DEPRECATION NOTICE
 
-This module is deprecated in favor of L<Module::Install::Catalyst>.
+This module is deprecated in favor of L<Module::Install::Catalyst>. It's
+only left here for compability with older applications.
 
 =head1 METHODS
 
 =over 4
 
-=item ACTION_install
+=item new
 
 =cut
 
@@ -64,6 +65,10 @@ EOF
     return $self;
 }
 
+=item ACTION_install
+
+=cut
+
 sub ACTION_install {
     my $self = shift;
     $self->SUPER::ACTION_install;