Skip to content

Commit

Permalink
Move things from xs/ to . to make coverage testing easier.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed May 23, 2007
1 parent a9ec842 commit 5766581
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions xs/Extractor.xs → Extractor.xs
Expand Up @@ -61,6 +61,8 @@ EXTRACTOR_ExtractorList *
EXTRACTOR_removeLibrary (prev, library)
EXTRACTOR_ExtractorList *prev
const char *library
POSTCALL:
perl_extractor_invalidate_object (ST(0));

void
EXTRACTOR_getKeywords (extractor, data)
Expand Down
2 changes: 1 addition & 1 deletion ext/Module/Install/PRIVATE/File/Extractor.pm
Expand Up @@ -32,7 +32,7 @@ sub xs_files {
my @OBJECT;
my %XS;

for my $xs (<xs/*.xs>) {
for my $xs (<*.xs>) {
(my $c = $xs) =~ s/\.xs$/\.c/i;
(my $o = $xs) =~ s/\.xs$/\$(OBJ_EXT)/i;

Expand Down
File renamed without changes.

0 comments on commit 5766581

Please sign in to comment.