diff --git a/Makefile.PL b/Makefile.PL index 6b33170..dc1adec 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,6 +4,7 @@ version_from ('lib/RT/OnlineDocs.pm'); author('Jesse Vincent '); abstract('Display RT API documentation online'); +requires_rt('4.0.0'); perl_version('5.8.3'); requires('Pod::Simple::HTML');