From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910111213 #!perl -T# Copyright (C) 2012 Xerxes Tsang# This program is free software; you can redistribute it and/or modify it# under the terms of Perl Artistic License.use strict;use warnings;use lib 't/lib';use Microsoft::AdCenter::V8::ReportingService::Test::ConversionPerformanceReportRequest;Test::Class->runtests;
#!perl -T
# Copyright (C) 2012 Xerxes Tsang
# This program is free software; you can redistribute it and/or modify it
# under the terms of Perl Artistic License.
use
strict;
warnings;
lib
't/lib'
;
Microsoft::AdCenter::V8::ReportingService::Test::ConversionPerformanceReportRequest;
Test::Class->runtests;