Pod tests should never be running for normal user installs anyway. You can address this either by moving the file to xt/, or adding a guard like so:
plan skip_all => 'These tests are for authors only!' unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
Sun Jul 26 19:26:31 2015The RT System itself - Status changed from 'new' to 'open'