Astro-SIMBAD-Client

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.046		2021-08-12	T. R. Wyant
    Correct generation of 'provides' metadata.  Thanks to Favio Poletti
    for blogging
    https://github.polettix.it/ETOOBUSY/2021/06/15/the-real-pause-workaround/,
    and ultimately to Joel Berger for the pointer to
    https://metacpan.org/pod/CPAN::Meta::Spec#no_index

0.045		2021-03-31	T. R. Wyant
    Default emulate_soap_queries to true and skip SOAP tests. This is
    because SOAP queries started failing with a 404 on March 22 2021.

0.044		2021-03-17	T. R. Wyant
    Add rt.cpan.org back to bug reporting methods. Long live RT!

    Refactor authortest into three, to avoid writing stub test files to
    exclude the optional modules.

    Fix POD link errors.

    Get prerequisites up to snuff and add xt/author/prereq.t to ensure

lib/Astro/SIMBAD/Client.pm  view on Meta::CPAN

announced with the release of 0.027_01 on October 28 2014.

What I have done as of version 0.031_01 is to add attribute
C<emulate_soap_queries>. This was false by default. If this attribute is
true, the C<query()> method and friends, instead of issuing a SOAP
request to the SIMBAD server, will instead construct an equivalent
script query, and issue that. The deprecation warning will not be issued
if C<emulate_soap_queries> is true, since the SOAP interface is not
being used.

As of March 22 2021, SOAP queries started returning 404. Because of
this, I have made the default of C<emulate_soap_queries> true. Well,
actually I have made it the Boolean inverse of environment variable
L<ASTRO_SIMBAD_CLIENT_USE_SOAP|/ASTRO_SIMBAD_CLIENT_USE_SOAP>. This is
mostly for my benefit, so I can see if SOAP has come back.

If SOAP still has not come back after six months, SOAP queries will
become fatal, as will setting C<emulate_soap_queries> to a false value.

Eventually the SOAP code will be removed. In the meantime all tests are
skipped unless C<ASTRO_SIMBAD_CLIENT_USE_SOAP> is true, and are marked



( run in 0.869 second using v1.01-cache-2.11-cpan-39bf76dae61 )