my @NOTIFICATION_SITES = ({
scheme => 'http',
netloc => 'www.google.com',
path => 'webmasters/sitemaps/ping',
query => {}, # <-- EXCEPTION: specify a query map rather than
a string
fragment => '',
sitemap => 'sitemap' # - query attribute that should be set to
the new Sitemap URL
},
{
scheme => 'http',
netloc => 'www.bing.com',
path => 'webmaster/ping.aspx',
query => {}, # <-- EXCEPTION: specify a query map rather than
a string
fragment => '',
sitemap => 'siteMap' # - query attribute that should be set to
the new Sitemap URL
}
);