#!/usr/bin/perl
# cpanel - fileversion.pl Copyright(c) 2010 cPanel, Inc.
# All rights Reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
BEGIN {
unshift @INC,'/usr/local/cpanel';
}
require Cpanel::Sys::OS;
*getversionfromfile = *Cpanel::Sys::OS::getversionfromfile;
1;