Skip to content

Commit

Permalink
add MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Dec 6, 2009
1 parent 050b2d4 commit 97ea52a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,3 +1,7 @@
0.02 Sun Dec 6 06:05:25 GMT 2009
- Added docs about CGI::Compile
- Fixed a warning for SEEK_SET imported twice

0.01

- initial release
Expand Down
21 changes: 21 additions & 0 deletions MANIFEST
@@ -0,0 +1,21 @@
Changes
inc/Module/Install.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/ReadmeFromPod.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
inc/Test/More.pm
lib/CGI/Emulate/PSGI.pm
Makefile.PL
MANIFEST This list of files
META.yml
README
README.mkdn
t/00_compile.t
t/01_simple.t
2 changes: 1 addition & 1 deletion lib/CGI/Emulate/PSGI.pm
Expand Up @@ -6,7 +6,7 @@ use HTTP::Response;
use IO::File ();
use 5.00800;

our $VERSION = '0.01';
our $VERSION = '0.02';

sub handler {
my ($class, $code, ) = @_;
Expand Down

0 comments on commit 97ea52a

Please sign in to comment.