Skip to content

Commit

Permalink
fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Dec 19, 2024
1 parent 464d85b commit 0d30b33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/FFI/Build/File/VMod.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Makefile.PL:
WriteMakefile($fbmm->mm_args(
ABSTRACT => 'Perl/V Extension',
DISTNAME => 'V-FFI',
NAME => "V::FFI",
VERSION => '1.00',
DISTNAME => 'Foo',
NAME => "Foo",
VERSION => '1.00',
));
sub MY::postamble {
Expand Down

0 comments on commit 0d30b33

Please sign in to comment.