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