projects
/
poe-xs-queue-array.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
split the working code out from the XS file
[poe-xs-queue-array.git]
/
Makefile.PL
diff --git
a/Makefile.PL
b/Makefile.PL
index 9f7b605fc440779070a25375ba080960e3bfe905..06d1b93ebe545ef648fbf84dc2e720260efda612 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-4,7
+4,7
@@
my %opts =
(
NAME => 'POE::XS::Queue::Array',
VERSION_FROM => 'Array.pm',
- OBJECT => 'Array.o',
+ OBJECT => 'Array.o
queue.o
',
PREREQ_PM => {
'POE' => 0.29,
},