-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2dce9b9
Showing
24 changed files
with
3,592 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
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 |
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,5 @@ | ||
source $HOME/.screenrc | ||
|
||
screen 0 | ||
stuff "vim -S \015" | ||
screen 1 |
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,2 @@ | ||
0.01 Saturday February 21 16:09:11 PST 2009: | ||
- MATT DAEMON |
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,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 |
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,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 | ||
|
Oops, something went wrong.