In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/4b89cb47a04366ffd503d523f2fcf2375cec0a8e?hp=5a4fed095144d9c2f728401b3a0938f80aca4bcc>
- Log ----------------------------------------------------------------- commit 4b89cb47a04366ffd503d523f2fcf2375cec0a8e Author: Karen Etheridge <[email protected]> Date: Wed Sep 30 18:44:35 2015 -0700 add licensing information to pod ----------------------------------------------------------------------- Summary of changes: dist/if/if.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dist/if/if.pm b/dist/if/if.pm index a18f8fc..1985df4 100644 --- a/dist/if/if.pm +++ b/dist/if/if.pm @@ -1,6 +1,6 @@ package if; -$VERSION = '0.0605'; +$VERSION = '0.0606'; sub work { my $method = shift() ? 'import' : 'unimport'; @@ -103,4 +103,11 @@ based on what version of Perl is running. Ilya Zakharevich L<mailto:[email protected]>. +=head1 COPYRIGHT AND LICENCE + +This software is copyright (c) 2002 by Ilya Zakharevich. + +This is free software; you can redistribute it and/or modify it under +the same terms as the Perl 5 programming language system itself. + =cut -- Perl5 Master Repository
