view Lib/IMPL/_core/version.pm @ 163:6ce1f052b90a

temp commit
author wizard
date Tue, 15 Mar 2011 02:32:42 +0300 (2011-03-14)
parents
children d1676be8afcc
line wrap: on
line source
package IMPL::_core::version;

our $VERSION = '0.04';

sub import {
	*{scalar(caller).'::VERSION'} = \$VERSION;
}

1;

__END__

=pod

=head1 NAME

C<IMPL::_core::version> - ������ � ������� ���������� C<IMPL>.

=head1 DESCRIPTION

������ ������������� ��� ����������� �������������. 

��� ������ ������������ ������ ������ ��������� � ��� ������.

=cut