NAME
Astro::ADS - An object orientated interface to NASA's ADS database
DESCRIPTION
This module does nothing, and is here as a placeholder in case of need. The user interface to the goodness wrapped in the ADS package can be found in the Astro::ADS::Query module.
REVISION
$Id: ADS.pm,v 1.25 2013/08/06 bjd Exp $ $Id: ADS.pm,v 1.3 2004/01/28 09:04:42 aa Exp $
METHODS
The Astro::ADS module itself has no methods, and is just a placeholder module, see Astro::ADS::Query for the actual interface.
COPYRIGHT
Copyright (C) 2001-2003 University of Exeter. All Rights Reserved.
This program was written as part of the eSTAR project and is free software; you can redistribute it and/or modify it under the terms of the GNU Public License.
AUTHORS
Alasdair Allan <aa@astro.ex.ac.uk>,
BUGS
- Followup queries using default URL
-
When an Astro::ADS::Query object has set the url to a non-default server, the Astro::ADS::Result::Paper objects it returns use the default URL in the references, citations, alsoread and tableofcontents methods. This is likely not what you want if you are doing a lot of followup queries.
You can re-use the original query with the followup method or use v1.21.0 or above which turns the URL from an object variable to a class variable.