-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/v20201010.0' into master
- Loading branch information
Showing
3,633 changed files
with
12,406 additions
and
11,148 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Revision history for Perl extension App::swaks. | ||
|
||
20201010.0 Sat Oct 10 17:15:00 2020 | ||
- tracking Swaks release 20201010.0. See | ||
http://jetmore.org/john/code/swaks/versions.html | ||
for full details. | ||
|
||
20190914.0 Tue Oct 6 17:35:31 2020 | ||
- tracking Swaks release 20190914.0. See | ||
http://jetmore.org/john/code/swaks/versions.html | ||
for full details. | ||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Changes | ||
LICENSE | ||
Makefile.PL | ||
MANIFEST | ||
README | ||
swaks |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
use 5.010001; | ||
use ExtUtils::MakeMaker; | ||
# See lib/ExtUtils/MakeMaker.pm for details of how to influence | ||
# the contents of the Makefile that is written. | ||
WriteMakefile( | ||
NAME => 'App::swaks', | ||
VERSION => '20201010.0', | ||
ABSTRACT => 'Swiss Army Knife for SMTP testing', | ||
AUTHOR => 'John Jetmore <[email protected]>', | ||
LICENSE => 'gpl', | ||
EXE_FILES => ['swaks'], | ||
); |
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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
App-swaks version 20201010.0 | ||
====================== | ||
|
||
App::swaks is a perl package which distributes the Swaks SMTP test | ||
tool. There's no real reason for this to be a perl package except | ||
that it offers easy installation via cpan tooling on operating systems | ||
which don't already package Swaks. | ||
|
||
To learn more about Swaks visit the project homepage at | ||
https://www.jetmore.org/john/code/swaks which has contact links, | ||
documentation, git repo, etc. | ||
|
||
INSTALLATION | ||
|
||
To install this module type the following: | ||
|
||
perl Makefile.PL | ||
make | ||
make install | ||
|
||
DEPENDENCIES | ||
|
||
Swaks requires no other modules for its base functionality. | ||
However, additional modules may be required for enhanced | ||
functionality. Run `swaks --support` to see what additional | ||
modules may be desired. | ||
|
||
COPYRIGHT AND LICENSE | ||
|
||
Copyright (c) 2003-2008,2010-2020 John Jetmore <[email protected]> | ||
|
||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation; either version 2 of the License, or | ||
(at your option) any later version. | ||
|
||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License | ||
along with this program; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. | ||
|
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
Oops, something went wrong.