Mac::Apps::Seasonality::Constants

Mac::Apps::Seasonality::Constants is a Perl module for static definitions of aspects of Seasonality.
Download

Mac::Apps::Seasonality::Constants Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Elliot Shank
  • Publisher web site:
  • http://search.cpan.org/~elliotjs/Mac-Apps-Seasonality-LoadICAOHistory-v0.0.6/lib/Mac/Apps/Seasonality/LoadICAOHistory.pm

Mac::Apps::Seasonality::Constants Tags


Mac::Apps::Seasonality::Constants Description

Mac::Apps::Seasonality::Constants is a Perl module for static definitions of aspects of Seasonality. Mac::Apps::Seasonality::Constants is a Perl module for static definitions of aspects of Seasonality.SYNOPSIS use Mac::Apps::Seasonality::Constants qw{ $SEASONALITY_NAME $SEASONALITY_CREATOR $SEASONALITY_HISTORY_DATABASE_PATH }; use Mac::Apps::Seasonality::Constants qw{ $SEASONALITY_HISTORY_TABLE $SEASONALITY_HISTORY_COLUMN_ICAO $SEASONALITY_HISTORY_COLUMN_TEMPERATURE_C }; use Mac::Apps::Seasonality::Constants qw{ $SEASONALITY_DB_STATUS_TABLE $SEASONALITY_DB_STATUS_COLUMN_NEW_RECORDS_SINCE_VACUUM }; use Mac::Apps::Seasonality::Constants qw{ $SEASONALITY_HISTORY_COLUMNS_REF $SEASONALITY_HISTORY_COLUMN_NUMBERS_BY_COLUMN_NAME_REF $SEASONALITY_HISTORY_COLUMN_NAMES_BY_COLUMN_NUMBER_REF }; use Mac::Apps::Seasonality::Constants qw{ $SEASONALITY_INVALID_DATA $SEASONALITY_TEMPERATURE_MINIMUM $SEASONALITY_TEMPERATURE_MAXIMUM }; use Mac::Apps::Seasonality::Constants qw{ :all }; use Mac::Apps::Seasonality::Constants qw{ :application }; use Mac::Apps::Seasonality::Constants qw{ :database }; use Mac::Apps::Seasonality::Constants qw{ :data }; use Mac::Apps::Seasonality::Constants qw{ :growl };This provides static metadata about Seasonality via "constants". The exposed values are made immutable via Readonly and not constant, so they are usable within string interpolation, etc.None of the values are exported by default to avoid the possibility of name clashes, though the names should be unique enough for most uses. Each value must individually be imported or with one of the following tags::allAll constants.:applicationThe application name and creator code. The name of and default path to the weather history database.:databaseThe database table and column names.:dataThe missing data indicator value and the limits on each type of data.:growlThe values to be used in talking to Growl. Requirements: · Perl


Mac::Apps::Seasonality::Constants Related Software