%PDF- %PDF-
Direktori : /usr/local/lib/perl5/site_perl/mach/5.32/Razor2/Client/ |
Current File : //usr/local/lib/perl5/site_perl/mach/5.32/Razor2/Client/Version.pm |
#!/usr/local/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;