Normalize doc version numbers for 5.9 being next major version.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Dispatcher.pm
index f63c1a7..8451b8d 100644 (file)
@@ -738,7 +738,7 @@ foreach my $public_method_name (qw/
             $package_hash{$class}++ || do {
                 warn("Class $class is calling the deprecated method\n"
                     . "  Catalyst::Dispatcher::$public_method_name,\n"
-                    . "  this will be removed in Catalyst 5.9X\n");
+                    . "  this will be removed in Catalyst 5.9\n");
             };
         });
     }