/usr/share/perl5/Swagger2/SchemaValidator.pm is in libswagger2-perl 0.89-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | package Swagger2::SchemaValidator;
use Mojo::Base 'JSON::Validator::OpenAPI';
warn "# Swagger2::SchemaValidator is deprecated in favor of JSON::Validator::OpenAPI";
1;
=encoding utf8
=head1 NAME
Swagger2::SchemaValidator - Deprecated
=head1 DEPRECATION WARNING
See L<Swagger2>.
=head1 SEE ALSO
L<Swagger2> and L<JSON::Validator::OpenAPI>.
=cut
|