diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/if.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/if.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/if.pm b/Master/tlpkg/tlperl/lib/if.pm index 5f6bcc8ae16..d321cd6157e 100644 --- a/Master/tlpkg/tlperl/lib/if.pm +++ b/Master/tlpkg/tlperl/lib/if.pm @@ -1,6 +1,6 @@ package if; -$VERSION = '0.05'; +$VERSION = '0.0601'; sub work { my $method = shift() ? 'import' : 'unimport'; @@ -50,7 +50,7 @@ required version of the module. =head1 AUTHOR -Ilya Zakharevich L<mailto:perl-module-if@ilyaz.org>. +Ilya Zakharevich L<mailto:ilyaz@cpan.org>. =cut |