~ubuntu-branches/ubuntu/natty/otrs2/natty-updates

« back to all changes in this revision

Viewing changes to Kernel/System/Auth.pm

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2007-04-14 17:58:55 UTC
  • mto: (20.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: package-import@ubuntu.com-20070414175855-9ne0w01yu1q44ch0
Tags: upstream-2.1.7
ImportĀ upstreamĀ versionĀ 2.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# --
2
2
# Kernel/System/Auth.pm - provides the authentification
3
 
# Copyright (C) 2001-2004 Martin Edenhofer <martin+code@otrs.org>
 
3
# Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
4
4
# --
5
 
# $Id: Auth.pm,v 1.19 2004/11/16 12:12:06 martin Exp $
 
5
# $Id: Auth.pm,v 1.20 2006/08/29 17:30:35 martin Exp $
6
6
# --
7
7
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
8
8
# the enclosed file COPYING for license information (GPL). If you
14
14
use strict;
15
15
 
16
16
use vars qw(@ISA $VERSION);
17
 
$VERSION = '$Revision: 1.19 $';
 
17
$VERSION = '$Revision: 1.20 $';
18
18
$VERSION =~ s/^\$.*:\W(.*)\W.+?$/$1/;
19
19
 
20
20
=head1 NAME
129
129
 
130
130
=head1 VERSION
131
131
 
132
 
$Revision: 1.19 $ $Date: 2004/11/16 12:12:06 $
 
132
$Revision: 1.20 $ $Date: 2006/08/29 17:30:35 $
133
133
 
134
134
=cut