Padre::Document::Perl::QuickFix::StrictWarnings.3pm

Langue: en

Version: 2010-06-02 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

Sommaire

NAME

Padre::Document::Perl::QuickFix::StrictWarnings - Check for strict and warnings pragmas

DESCRIPTION

This ensures that you have the following in your script:
         use strict;
         use warnings;
 
 

# Copyright 2008-2010 The Padre development team as listed in Padre.pm. # LICENSE # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl 5 itself.