Mercurial > pub > Impl
comparison Lib/IMPL/_core/version.pm @ 194:4d0e1962161c
Replaced tabs with spaces
IMPL::Web::View - fixed document model, new features (control classes, document constructor parameters)
author | cin |
---|---|
date | Tue, 10 Apr 2012 20:08:29 +0400 |
parents | d1676be8afcc |
children |
comparison
equal
deleted
inserted
replaced
193:8e8401c0aea4 | 194:4d0e1962161c |
---|---|
1 package IMPL::_core::version; | 1 package IMPL::_core::version; |
2 | 2 |
3 our $VERSION = '0.04'; | 3 our $VERSION = '0.04'; |
4 | 4 |
5 sub import { | 5 sub import { |
6 *{scalar(caller).'::VERSION'} = \$VERSION; | 6 *{scalar(caller).'::VERSION'} = \$VERSION; |
7 } | 7 } |
8 | 8 |
9 1; | 9 1; |
10 | 10 |
11 __END__ | 11 __END__ |