# warnings-method **Repository Path**: mirrors_gitpan/warnings-method ## Basic Information - **Project Name**: warnings-method - **Description**: Read-only release history for warnings-method - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NAME warnings::method - Produces warnings if methods are called as functions SYNOPSIS use warnings::method; # installs the check routine as 'syntax' use warnings 'syntax'; # enables the check routine Or, try "perl -Mblib example/synopsis.pl" after "make test". INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install DEPENDENCIES Perl 5.8.1 or later, and a C compiler. COPYRIGHT AND LICENCE Copyright (C) 2008, Goro Fuji , Some rights reversed. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.