We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
print STDERR
bib_rights.pm
Currently lines 68-69.
Consider exposing a method cutoff_years if we want to get these in a data structure for inspection.
cutoff_years
This will remove the need for Capture::Tiny in this repo's tests, and in CRMS.
Capture::Tiny
Comments from now-defunct DEV-458:
BIB_RIGHTS_DATE override us_pd_cutoff_year, non_us_pd_cutoff_year, can_aus_pd_cutoff_year, ntis_cutoff_year whether overridden or not (this is the most annoying) us_fed_pub_exception_file passed in ENV number of OCLC numbers in file error if file is unreadable (probably should be left in as legitimate diagnostic) Missing 008/FMT (probably legit) "$bib_key: $oclc on us fed pub exception list" Default SE and XX fallthroughs in getBibFmt()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently lines 68-69.
Consider exposing a method
cutoff_years
if we want to get these in a data structure for inspection.This will remove the need for
Capture::Tiny
in this repo's tests, and in CRMS.Comments from now-defunct DEV-458:
The text was updated successfully, but these errors were encountered: