Skip to content

Commit

Permalink
upload to github
Browse files Browse the repository at this point in the history
Signed-off-by: Alec Chen <alec@cpan.org>
  • Loading branch information
alecchen committed Jan 14, 2010
1 parent 46f01f9 commit 52a363d
Show file tree
Hide file tree
Showing 7 changed files with 1,556 additions and 16 deletions.
5 changes: 2 additions & 3 deletions Changes
@@ -1,5 +1,4 @@
Revision history for Doxygen-Lua

0.01 Date/time
First version, released on an unsuspecting world.

0.01 2010/1/14 20:08
First version
22 changes: 20 additions & 2 deletions MANIFEST
@@ -1,9 +1,27 @@
bin/lua2dox
Changes
MANIFEST
example/Doxyfile
example/example.lua
ignore.txt
inc/Module/AutoInstall.pm
inc/Module/Install.pm
inc/Module/Install/AutoInstall.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/Scripts.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/Doxygen/Lua.pm
Makefile.PL
MANIFEST This list of files
META.yml
README
lib/Doxygen/Lua.pm
t/00-load.t
t/boilerplate.t
t/manifest.t
t/pod-coverage.t
t/pod.t
3 changes: 2 additions & 1 deletion Makefile.PL
Expand Up @@ -6,8 +6,9 @@ author q{Alec Chen <alec@cpan.org>};
license 'perl';

build_requires 'Test::More';
requires 'Moose';

install_script 'bin/lua2dox';
auto_install;

WriteAll;

2 changes: 1 addition & 1 deletion bin/lua2dox 100644 → 100755
@@ -1,4 +1,4 @@
#!/bin/env perl
#!/usr/bin/env perl

use strict;
use warnings;
Expand Down

0 comments on commit 52a363d

Please sign in to comment.