Mercurial > pub > Impl
comparison Lib/IMPL/lang.pm @ 176:74c27daf2e7b
minor changes
author | sergey |
---|---|
date | Wed, 05 Oct 2011 16:23:45 +0400 |
parents | d920d2b70230 |
children | df71a307ef9b |
comparison
equal
deleted
inserted
replaced
175:9057e4b95d10 | 176:74c27daf2e7b |
---|---|
51 qw( | 51 qw( |
52 &hashApply | 52 &hashApply |
53 &hashMerge | 53 &hashMerge |
54 &hashDiff | 54 &hashDiff |
55 &hashCompare | 55 &hashCompare |
56 &hashParse | |
56 ) | 57 ) |
57 ] | 58 ] |
58 ); | 59 ); |
59 | 60 |
60 our @EXPORT_OK = keys %{ { map (($_,1) , map (@{$_}, values %EXPORT_TAGS) ) } }; | 61 our @EXPORT_OK = keys %{ { map (($_,1) , map (@{$_}, values %EXPORT_TAGS) ) } }; |