-
Notifications
You must be signed in to change notification settings - Fork 4
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
Noah Petherbridge
committed
Dec 28, 2015
1 parent
cffc087
commit 307a7bb
Showing
6 changed files
with
36 additions
and
8 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
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
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 |
---|---|---|
|
@@ -2,15 +2,16 @@ use ExtUtils::MakeMaker; | |
# See lib/ExtUtils/MakeMaker.pm for details of how to influence | ||
# the contents of the Makefile that is written. | ||
WriteMakefile( | ||
NAME => 'RiveScript', | ||
VERSION_FROM => 'lib/RiveScript.pm', # finds $VERSION | ||
PREREQ_PM => { | ||
NAME => 'RiveScript', | ||
VERSION_FROM => 'lib/RiveScript.pm', # finds $VERSION | ||
PREREQ_PM => { | ||
version => 0.77, | ||
JSON => 0, | ||
}, # e.g., Module::Name => 1.1 | ||
EXE_FILES => [ 'bin/rivescript' ], | ||
LICENSE => 'mit', | ||
MIN_PERL_VERSION => '5.8.0', | ||
($] >= 5.005 ? ## Add these new keywords supported since 5.005 | ||
(ABSTRACT_FROM => 'lib/RiveScript.pm', # retrieve abstract from module | ||
AUTHOR => 'Noah Petherbridge <[email protected]>') : ()), | ||
($] >= 5.005 ? ## Add these new keywords supported since 5.005 | ||
(ABSTRACT_FROM => 'lib/RiveScript.pm', # retrieve abstract from module | ||
AUTHOR => 'Noah Petherbridge <[email protected]>') : ()), | ||
); |
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
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
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