Skip to content

Commit

Permalink
MATT DAEMON
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkrimen committed Feb 22, 2009
0 parents commit 2dce9b9
Show file tree
Hide file tree
Showing 24 changed files with 3,592 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .cvsignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
blib*
Makefile
Makefile.old
Build
_build*
pm_to_blib*
*.tar.gz
.lwpcookies
Acme-Matt-Daemon-*
cover_db
5 changes: 5 additions & 0 deletions .screenrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source $HOME/.screenrc

screen 0
stuff "vim -S \015"
screen 1
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0.01 Saturday February 21 16:09:11 PST 2009:
- MATT DAEMON
23 changes: 23 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.PHONY: all test clean distclean dist

all: test

dist:
rm -rf inc META.y*ml
perl Makefile.PL
$(MAKE) -f Makefile dist

install distclean tardist: Makefile
$(MAKE) -f $< $@

test: Makefile
TEST_RELEASE=1 $(MAKE) -f $< $@

Makefile: Makefile.PL
perl $<

clean: distclean

reset: clean
perl Makefile.PL
$(MAKE) test
22 changes: 22 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Changes
MANIFEST
Makefile.PL
README
lib/Acme/Matt/Daemon.pm
t/00-load.t
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/Win32.pm
inc/Module/Install/WriteAll.pm
META.yml
t/release/boilerplate.t
t/release/pod-coverage.t
t/release/pod.t

Loading

0 comments on commit 2dce9b9

Please sign in to comment.