Unix and Linux Discussions Tagged with cygwin |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
8,440 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,018 |
Shell Programming and Scripting |
|
|
|
15 |
5,521 |
Shell Programming and Scripting |
|
|
|
8 |
4,672 |
Shell Programming and Scripting |
|
|
|
4 |
2,411 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,936 |
Shell Programming and Scripting |
|
|
|
15 |
5,384 |
Shell Programming and Scripting |
|
|
|
2 |
12,585 |
Answers to Frequently Asked Questions |
|
|
|
6 |
11,438 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
5,255 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
2,502 |
Shell Programming and Scripting |
|
|
|
0 |
3,512 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
3,938 |
Shell Programming and Scripting |
|
|
|
0 |
3,845 |
Windows & DOS: Issues & Discussions |
|
|
|
2 |
8,295 |
Windows & DOS: Issues & Discussions |
|
|
|
12 |
9,846 |
Shell Programming and Scripting |
|
|
|
2 |
4,113 |
Windows & DOS: Issues & Discussions |
|
|
|
1 |
2,699 |
Shell Programming and Scripting |
|
|
|
1 |
8,024 |
Shell Programming and Scripting |
|
|
|
1 |
7,141 |
Shell Programming and Scripting |
|
|
|
3 |
16,075 |
Shell Programming and Scripting |
|
|
|
1 |
4,066 |
Windows & DOS: Issues & Discussions |
|
|
|
4 |
3,212 |
Shell Programming and Scripting |
|
|
|
2 |
6,445 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
14,606 |
Shell Programming and Scripting |
|
|
|
1 |
14,303 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,141 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,121 |
Windows & DOS: Issues & Discussions |
|
|
|
6 |
5,476 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
10,665 |
Shell Programming and Scripting |
|
|
|
3 |
9,593 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
5,041 |
Shell Programming and Scripting |
|
|
|
0 |
8,036 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
8,039 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
4,531 |
Solaris |
|
|
|
5 |
16,423 |
UNIX Desktop Questions & Answers |
|
|
|
2 |
11,686 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,426 |
Windows & DOS: Issues & Discussions |
|
|
|
2 |
16,437 |
Windows & DOS: Issues & Discussions |
|
|
|
4 |
6,773 |
Windows & DOS: Issues & Discussions |
Module::Install::With(3) User Contributed Perl Documentation Module::Install::With(3)
interactive
The "interactive" function tests for an install that has a user present (or at least, one in which it is reasonable for us to present
prompts and other similar types of things).
Returns true if in an interactive environment, or false otherwise.
automated_testing
Are we currently running in an automated testing environment, such as CPAN Testers.
This is primarily a cleaner and more human-readable equivalent of checking $ENV{AUTOMATED_TESTING} yourself, but may be improved in line
with best practices at a later date.
release_testing
Are we currently running in an release testing environment. That is, are we in the process of running in a potential highly-intensive and
high dependency bloat testing process prior to packaging a module for release.
This is primarily a cleaner and more human-readable equivalent of checking $ENV{RELEASE_TESTING} yourself, but may be improved in line with
best practices at a later date.
win32
The "win32" function tests if the Makefile.PL is currently running in a native Microsoft Windows Perl, such as ActivePerl or Strawberry
Perl.
This is primarily a cleaner and more human-readable equivalent of checking "$^O eq 'MSWin32'" yourself, but may be improved in line with
best practices at a later date.
winlike
The "winlike" function tests if the Makefile.PL is currently running in a Microsoft Windows Perl, under either cygwin or a native Win32
Perl.
This is primarily a cleaner and more human-readable equivalent of checking "$^O eq 'MSWin32' or $^O eq 'cygwin'"yourself, but may be
improved in line with best practices at a later date.
SEE ALSO
Module::Install
AUTHORS
Adam Kennedy <adamk@cpan.org>
COPYRIGHT
Copyright 2007 - 2012 Adam Kennedy.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
perl v5.16.3 2012-03-01 Module::Install::With(3)