GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CPAN::Audit::FreshnessCheck(3) User Contributed Perl Documentation CPAN::Audit::FreshnessCheck(3)

CPAN::Audit::Freshness - check freshness of CPAN::Audit::DB

    use CPAN::Audit::Freshness;
    # from the command-line, with default threshold
    % perl -MCPAN::Audit::Freshness cpan-audit
    # from the command-line, with specified threshold of 5 days
    % perl -MCPAN::Audit::Freshness=5 cpan-audit
    % env CPAN_AUDIT_FRESH_DAYS=30 perl -MCPAN::Audit::Freshness cpan-audit

When loaded, this module outputs a warning if it thinks the version of CPAN::Audit::DB is too old. It does this by comparing the version of that module, which is date-based, with the current time. The default threshold is 30 days, although you can set the value of "CPAN_AUDIT_FRESH_DAYS".

There is no other functionality for this module.

This library is under the Artistic License 2.0.

Copyright (C) 2022-2024 brian d foy, <briandfoy@pobox.com>

2025-01-15 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.