Skip to content

Commit

Permalink
Merge branch 'release/0.83'
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed May 29, 2018
2 parents 4d3a486 + 8841f6a commit 6ee9c07
Show file tree
Hide file tree
Showing 24 changed files with 37,934 additions and 1,778 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Build
_build_params
MANIFEST
META.yml
META.json
MYMETA.yml
MYMETA.json
Makefile
Expand Down
4 changes: 4 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This Build.PL for App-perlbrew was generated by mbtiny 0.023.
use 5.006;
use Module::Build::Tiny 0.034;
Build_PL();
929 changes: 487 additions & 442 deletions Changes

Large diffs are not rendered by default.

44 changes: 27 additions & 17 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
The MIT License
This software is Copyright (c) 2018 by Kang-min Liu C<< <gugod@gugod.org> >>.

This is free software, licensed under:

Copyright (c) 2010-2016 Kang-min Liu
The MIT (X11) License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The MIT License

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to
whom the Software is furnished to do so, subject to the
following conditions:

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT
WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
51 changes: 0 additions & 51 deletions Makefile.PL

This file was deleted.

Loading

0 comments on commit 6ee9c07

Please sign in to comment.