- Timestamp:
- 11/20/08 14:46:34 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Configure/Checkers/RCS/ciDateCmd.pm
r809 r830 1 # See bottom of file for license and copyright information 2 package Foswiki::Configure::Checkers::RCS::ciDateCmd; 3 use base 'Foswiki::Configure::Checker'; 4 5 use strict; 6 7 sub check { 8 my $this = shift; 9 return $this->checkRCSProgram('ciDateCmd'); 10 } 11 12 1; 13 __DATA__ 1 14 # 2 15 # Foswiki - The Free Open Source Wiki, http://foswiki.org/ 3 16 # 4 # Copyright (C) 2000-2006 Foswiki Contributors. 17 # Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 18 # Foswiki Contributors are listed in the AUTHORS file in the root 19 # of this distribution. NOTE: Please extend that file, not this notice. 20 # 21 # Additional copyrights apply to some or all of the code in this 22 # file as follows: 23 # 24 # Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 25 # TWiki Contributors are listed in the AUTHORS file in the root 26 # of this distribution. NOTE: Please extend that file, not this notice. 5 27 # 6 28 # This program is free software; you can redistribute it and/or … … 15 37 # 16 38 # As per the GPL, removal of this notice is prohibited. 17 package Foswiki::Configure::Checkers::RCS::ciDateCmd;18 use base 'Foswiki::Configure::Checker';19 20 use strict;21 22 sub check {23 my $this = shift;24 return $this->checkRCSProgram('ciDateCmd');25 }26 27 1;
Note: See TracChangeset
for help on using the changeset viewer.
