Astro-SIMBAD-Client
view release on metacpan or search on metacpan
0.024 2011-12-08 T. R. Wyant
Update copy of Gnu GPL in LICENSES/Copying to have current FSF
address.
0.023 2011-11-01 T. R. Wyant
Correct the t/yaml.t script so that the script_file( 't/arcturus.yaml' )
tests are skipped if neither YAML nor YAML::Syck can be loaded.
Add optional modules tests to the author tests, to be sure the above
is fixed, and stays that way.
Removed debug output from t/yaml.t
Have the Astro::SIMBAD::Client script_file() method post the file to
field 'scriptFile', not 'CriteriaFile', to match the current HTML
form being emulated.
Add debug output to t/yaml.t to try to track down why there are so
many test failures in script_file( 't/arcturus.yaml' ).
Update dependencies.
Rewrite tests to use Test::More 0.88, and update build_requires for this.
Comment tweaks to avoid a bug in Module::ExtractUse (i.e., play the
CPANTS game).
Correct t/vo.t radial velocity test.
0.022 2011-07-26 T. R. Wyant
Update the canned recession velocity of Arcturus (used for testing) to
match those retrieved from SIMBAD, which changed on or about July 25
2011.
0.021 2011-06-27 T. R. Wyant
Update the canned positions of Arcturus (used for testing) to match
those retrieved from SIMBAD, which changed on or about June 27 2011.
0.020 2011-05-22 T. R. Wyant
Update the canned positions of Arcturus to match those actually
retrieved from SIMBAD, which changed on or about May 18 2011.
0.019 2011-03-03 T. R. Wyant
Convert to Perl Foundation-recommended license.
Reorganize author tests to run on separate Build.PL tag, not a magic
environment variable.
Module::Build is no longer required for configuration since you can
use ExtUtils::MakeMaker if you wish.
0.018 2009-04-09 T. R. Wyant
Distribute developer tests, but only run if DEVELOPER_TEST is set.
Comply with Perl::Critic using profile t/perlcriticrc.
Criticize code as part of developer testing.
Drop unneeded 'use FileHandle' from Build.PL.
Have Build.PL and Makefile.PL handle -y and -n to supress prompt and
install or not install simbadc respectively.
Correct 'help client' in bin/simbadc
Update t/vo.t to track the fact that the SIMBAD4 URL query has gone
back to decimal degrees for position.
0.017 2008-11-29 T. R. Wyant
Fix test failure when YAML::Syck installed but YAML not.
0.016 2008-11-17 T. R. Wyant
Eliminate calls to UNIVERSAL::isa as a function.
Revise tests to deal more gracefully with 5xx errors.
0.015 2008-10-29 T. R. Wyant
Split Astro::SIMBAD::Client::WSQueryInterfaceService into its own file
for bookkeeping purposes.
0.014 2008-08-30 T. R. Wyant
In Astro::SIMBAD::Client, Makefile.PL, Build.PL, require Perl 5.008,
because MailTools does, and SOAP::Lite requires MailTools, and we
require SOAP::Lite.
Fix TAP emitted by t::TestSimbad, so that we get useful output when
the server is unreachable or unresponsive.
0.013 2008-07-24 T. R. Wyant
Astro::SIMBAD::Client: Add =head1 LICENSE (CPANTS game)
t/canned.data: Track change in data returned by %OTYPE in SIMBAD4
1.092 21-Jul-2008
0.012 2008-02-21 T. R. Wyant
Add url_args attribute to provide default arguments to the url_query
method.
Add 'Astro::SIMBAD::Client' and version number to user agent string.
Add Scalar::Util as a requirement, since this is not bundled with
Perl 5.6.
Add a delay (3 seconds by default) between queries of a given
server. The 'delay' attribute controls this. Subsecond delays are
available if Time::HiRes can be loaded.
In bin/simbadc, parse <filename as replacing the token with the
contents of the file.
0.011 2007-11-12 T. R. Wyant
Modify parse module loader to use 'eval "require $module"' rather
than generating .pm file name, to work with .pmc modules when and
if they appear.
0.010 2007-10-18 T. R. Wyant
Specify minimum Perl version of 5.006 in Build.PL and Makefile.PL.
Change url_query VOTable tests from todo back to test, since they
now work as of 18-Oct-2007.
( run in 2.064 seconds using v1.01-cache-2.11-cpan-6aa56a78535 )