-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes like easier for the perl core tooling
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
package IO::Compress; | ||
|
||
our $VERSION = '2.212' ; | ||
|
||
=head1 NAME | ||
IO::Compress - read/write compressed data in multiple formats | ||
=head1 DESCRIPTION | ||
This is a stub module. It contains no code. | ||
=head1 AUTHOR | ||
Paul Marquess F<[email protected]>. | ||
=head1 COPYRIGHT | ||
Copyright (c) 2011-2024 Paul Marquess. All rights reserved. | ||
This program is free software; you can redistribute it and/or modify it | ||
under the same terms as Perl itself. | ||
=cut | ||
|
||
|
||
1; |