summaryrefslogtreecommitdiff
path: root/dist/if
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2015-09-30 18:44:35 -0700
committerJames E Keenan <jkeenan@cpan.org>2015-10-01 06:36:28 -0400
commit4b89cb47a04366ffd503d523f2fcf2375cec0a8e (patch)
tree7909f8928b43247633924222407fc581d064ccc8 /dist/if
parent5a4fed095144d9c2f728401b3a0938f80aca4bcc (diff)
downloadperl-4b89cb47a04366ffd503d523f2fcf2375cec0a8e.tar.gz
add licensing information to pod
Diffstat (limited to 'dist/if')
-rw-r--r--dist/if/if.pm9
1 files changed, 8 insertions, 1 deletions
diff --git a/dist/if/if.pm b/dist/if/if.pm
index a18f8fcf8c..1985df4db1 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:ilyaz@cpan.org>.
+=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