HEX
Server: Apache/2.2.22
System: Linux server1.blueharbor.com 3.10.0-1160.90.1.vz7.200.7 #1 SMP Wed Jul 12 12:00:44 MSK 2023 x86_64
User: locglobe (1004)
PHP: 5.6.37
Disabled: NONE
Upload Files
File: //usr/share/perl5/vendor_perl/Razor2/Client/Version.pm
#!/usr/bin/perl -sw
##
##
##
## Copyright (c) 2001, Vipul Ved Prakash.  All rights reserved.
## This code is free software; you can redistribute it and/or modify
## it under the same terms as Perl itself.
##
## $Id: Version.pm,v 1.45 2007/05/10 20:32:10 rsoderberg Exp $

package Razor2::Client::Version;
use strict;
use vars qw($PROTOCOL $VERSION);

$PROTOCOL = 3;

$VERSION = '2.84';

1;