Skip to content

Commit

Permalink
#57 Add stub moduile IO/Compress.pm
Browse files Browse the repository at this point in the history
This makes like easier for the perl core tooling
  • Loading branch information
pmqs committed May 25, 2024
1 parent d39ec64 commit c6a05a6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ examples/compress-zlib/gzgrep perl
examples/compress-zlib/gzstream perl
lib/Compress/Zlib.pm
lib/File/GlobMapper.pm
lib/IO/Compress.pm
lib/IO/Compress/FAQ.pod
lib/IO/Compress/Adapter/Bzip2.pm
lib/IO/Compress/Adapter/Deflate.pm
Expand Down
27 changes: 27 additions & 0 deletions lib/IO/Compress.pm
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;

0 comments on commit c6a05a6

Please sign in to comment.