source: trunk/core/lib/Foswiki/Configure/Types/URLPATH.pm @ 7452

Revision 7452, 1.3 KB checked in by OlivierRaginel, 3 years ago (diff)

Item9031: use warnings

  • Property svn:executable set to *
  • Property svn:keywords set to Revision Date
Line 
1# See bottom of file for license and copyright information
2
3package Foswiki::Configure::Types::URLPATH;
4
5use strict;
6use warnings;
7
8use Foswiki::Configure::Types::STRING ();
9our @ISA = ('Foswiki::Configure::Types::STRING');
10
111;
12__END__
13Foswiki - The Free and Open Source Wiki, http://foswiki.org/
14
15Copyright (C) 2008-2010 Foswiki Contributors. Foswiki Contributors
16are listed in the AUTHORS file in the root of this distribution.
17NOTE: Please extend that file, not this notice.
18
19Additional copyrights apply to some or all of the code in this
20file as follows:
21
22Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved.
23TWiki Contributors are listed in the AUTHORS file in the root
24of this distribution. NOTE: Please extend that file, not this notice.
25
26This program is free software; you can redistribute it and/or
27modify it under the terms of the GNU General Public License
28as published by the Free Software Foundation; either version 2
29of the License, or (at your option) any later version. For
30more details read LICENSE in the root of this distribution.
31
32This program is distributed in the hope that it will be useful,
33but WITHOUT ANY WARRANTY; without even the implied warranty of
34MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
35
36As per the GPL, removal of this notice is prohibited.
Note: See TracBrowser for help on using the repository browser.