Import Upstream version 1.01
This commit is contained in:
commit
3ce6c51a88
|
@ -0,0 +1,27 @@
|
|||
Revision history for MooseX-Types-JSON
|
||||
|
||||
1.01 2022-01-19 11:18:00 -0700
|
||||
- Fix compile error in synopsis (gh#2)
|
||||
- Bump required Perl to 5.8.3, as this is what Moose currently requires (gh#5)
|
||||
|
||||
1.00 2014-08-22
|
||||
- bump version to 1.00
|
||||
|
||||
0.06 2014-08-19
|
||||
- add JSON Prereq as AutoPrereqs does not find it
|
||||
|
||||
0.05 2014-08-18
|
||||
- work around namespace problems in older perls ( < 5.18.0 )
|
||||
|
||||
0.04 2014-08-16
|
||||
- dropped dependency on JSON::XS
|
||||
|
||||
0.03 2014-01-05
|
||||
- convert distribution to use Dist::Zilla
|
||||
- Add type coercions (patch from SHUFF)
|
||||
|
||||
0.02 2009-10-25
|
||||
- Fix whitespace in pod
|
||||
|
||||
0.01 2009-10-25
|
||||
- Initial release
|
|
@ -0,0 +1,75 @@
|
|||
This is the Perl distribution MooseX-Types-JSON.
|
||||
|
||||
Installing MooseX-Types-JSON is straightforward.
|
||||
|
||||
## Installation with cpanm
|
||||
|
||||
If you have cpanm, you only need one line:
|
||||
|
||||
% cpanm MooseX::Types::JSON
|
||||
|
||||
If it does not have permission to install modules to the current perl, cpanm
|
||||
will automatically set up and install to a local::lib in your home directory.
|
||||
See the local::lib documentation (https://metacpan.org/pod/local::lib) for
|
||||
details on enabling it in your environment.
|
||||
|
||||
## Installing with the CPAN shell
|
||||
|
||||
Alternatively, if your CPAN shell is set up, you should just be able to do:
|
||||
|
||||
% cpan MooseX::Types::JSON
|
||||
|
||||
## Manual installation
|
||||
|
||||
As a last resort, you can manually install it. If you have not already
|
||||
downloaded the release tarball, you can find the download link on the module's
|
||||
MetaCPAN page: https://metacpan.org/pod/MooseX::Types::JSON
|
||||
|
||||
Untar the tarball, install configure prerequisites (see below), then build it:
|
||||
|
||||
% perl Makefile.PL
|
||||
% make && make test
|
||||
|
||||
Then install it:
|
||||
|
||||
% make install
|
||||
|
||||
On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
|
||||
|
||||
If your perl is system-managed, you can create a local::lib in your home
|
||||
directory to install modules to. For details, see the local::lib documentation:
|
||||
https://metacpan.org/pod/local::lib
|
||||
|
||||
The prerequisites of this distribution will also have to be installed manually. The
|
||||
prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated
|
||||
by running the manual build process described above.
|
||||
|
||||
## Configure Prerequisites
|
||||
|
||||
This distribution requires other modules to be installed before this
|
||||
distribution's installer can be run. They can be found under the
|
||||
"configure_requires" key of META.yml or the
|
||||
"{prereqs}{configure}{requires}" key of META.json.
|
||||
|
||||
## Other Prerequisites
|
||||
|
||||
This distribution may require additional modules to be installed after running
|
||||
Makefile.PL.
|
||||
Look for prerequisites in the following phases:
|
||||
|
||||
* to run make, PHASE = build
|
||||
* to use the module code itself, PHASE = runtime
|
||||
* to run tests, PHASE = test
|
||||
|
||||
They can all be found in the "PHASE_requires" key of MYMETA.yml or the
|
||||
"{prereqs}{PHASE}{requires}" key of MYMETA.json.
|
||||
|
||||
## Documentation
|
||||
|
||||
MooseX-Types-JSON documentation is available as POD.
|
||||
You can run `perldoc` from a shell to read the documentation:
|
||||
|
||||
% perldoc MooseX::Types::JSON
|
||||
|
||||
For more information on installing Perl modules via CPAN, please see:
|
||||
https://www.cpan.org/modules/INSTALL.html
|
|
@ -0,0 +1,379 @@
|
|||
This software is copyright (c) 2014,2022 by Michael Langner.
|
||||
|
||||
This is free software; you can redistribute it and/or modify it under
|
||||
the same terms as the Perl 5 programming language system itself.
|
||||
|
||||
Terms of the Perl programming language system itself
|
||||
|
||||
a) the GNU General Public License as published by the Free
|
||||
Software Foundation; either version 1, or (at your option) any
|
||||
later version, or
|
||||
b) the "Artistic License"
|
||||
|
||||
--- The GNU General Public License, Version 1, February 1989 ---
|
||||
|
||||
This software is Copyright (c) 2014,2022 by Michael Langner.
|
||||
|
||||
This is free software, licensed under:
|
||||
|
||||
The GNU General Public License, Version 1, February 1989
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 1, February 1989
|
||||
|
||||
Copyright (C) 1989 Free Software Foundation, Inc.
|
||||
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The license agreements of most software companies try to keep users
|
||||
at the mercy of those companies. By contrast, our General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. The
|
||||
General Public License applies to the Free Software Foundation's
|
||||
software and to any other program whose authors commit to using it.
|
||||
You can use it for your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Specifically, the General Public License is designed to make
|
||||
sure that you have the freedom to give away or sell copies of free
|
||||
software, that you receive source code or can get it if you want it,
|
||||
that you can change the software or use pieces of it in new free
|
||||
programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of a such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must tell them their rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License Agreement applies to any program or other work which
|
||||
contains a notice placed by the copyright holder saying it may be
|
||||
distributed under the terms of this General Public License. The
|
||||
"Program", below, refers to any such program or work, and a "work based
|
||||
on the Program" means either the Program or any work containing the
|
||||
Program or a portion of it, either verbatim or with modifications. Each
|
||||
licensee is addressed as "you".
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's source
|
||||
code as you receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice and
|
||||
disclaimer of warranty; keep intact all the notices that refer to this
|
||||
General Public License and to the absence of any warranty; and give any
|
||||
other recipients of the Program a copy of this General Public License
|
||||
along with the Program. You may charge a fee for the physical act of
|
||||
transferring a copy.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion of
|
||||
it, and copy and distribute such modifications under the terms of Paragraph
|
||||
1 above, provided that you also do the following:
|
||||
|
||||
a) cause the modified files to carry prominent notices stating that
|
||||
you changed the files and the date of any change; and
|
||||
|
||||
b) cause the whole of any work that you distribute or publish, that
|
||||
in whole or in part contains the Program or any part thereof, either
|
||||
with or without modifications, to be licensed at no charge to all
|
||||
third parties under the terms of this General Public License (except
|
||||
that you may choose to grant warranty protection to some or all
|
||||
third parties, at your option).
|
||||
|
||||
c) If the modified program normally reads commands interactively when
|
||||
run, you must cause it, when started running for such interactive use
|
||||
in the simplest and most usual way, to print or display an
|
||||
announcement including an appropriate copyright notice and a notice
|
||||
that there is no warranty (or else, saying that you provide a
|
||||
warranty) and that users may redistribute the program under these
|
||||
conditions, and telling the user how to view a copy of this General
|
||||
Public License.
|
||||
|
||||
d) You may charge a fee for the physical act of transferring a
|
||||
copy, and you may at your option offer warranty protection in
|
||||
exchange for a fee.
|
||||
|
||||
Mere aggregation of another independent work with the Program (or its
|
||||
derivative) on a volume of a storage or distribution medium does not bring
|
||||
the other work under the scope of these terms.
|
||||
|
||||
3. You may copy and distribute the Program (or a portion or derivative of
|
||||
it, under Paragraph 2) in object code or executable form under the terms of
|
||||
Paragraphs 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of
|
||||
Paragraphs 1 and 2 above; or,
|
||||
|
||||
b) accompany it with a written offer, valid for at least three
|
||||
years, to give any third party free (except for a nominal charge
|
||||
for the cost of distribution) a complete machine-readable copy of the
|
||||
corresponding source code, to be distributed under the terms of
|
||||
Paragraphs 1 and 2 above; or,
|
||||
|
||||
c) accompany it with the information you received as to where the
|
||||
corresponding source code may be obtained. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form alone.)
|
||||
|
||||
Source code for a work means the preferred form of the work for making
|
||||
modifications to it. For an executable file, complete source code means
|
||||
all the source code for all modules it contains; but, as a special
|
||||
exception, it need not include source code for modules which are standard
|
||||
libraries that accompany the operating system on which the executable
|
||||
file runs, or for standard header files or definitions files that
|
||||
accompany that operating system.
|
||||
|
||||
4. You may not copy, modify, sublicense, distribute or transfer the
|
||||
Program except as expressly provided under this General Public License.
|
||||
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
|
||||
the Program is void, and will automatically terminate your rights to use
|
||||
the Program under this License. However, parties who have received
|
||||
copies, or rights to use copies, from you under this General Public
|
||||
License will not have their licenses terminated so long as such parties
|
||||
remain in full compliance.
|
||||
|
||||
5. By copying, distributing or modifying the Program (or any work based
|
||||
on the Program) you indicate your acceptance of this license to do so,
|
||||
and all its terms and conditions.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the original
|
||||
licensor to copy, distribute or modify the Program subject to these
|
||||
terms and conditions. You may not impose any further restrictions on the
|
||||
recipients' exercise of the rights granted herein.
|
||||
|
||||
7. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of the license which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
the license, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
8. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
Appendix: How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to humanity, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these
|
||||
terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest to
|
||||
attach them to the start of each source file to most effectively convey
|
||||
the exclusion of warranty; and each file should have at least the
|
||||
"copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) 19yy <name of author>
|
||||
|
||||
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 1, 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 Street, Fifth Floor, Boston MA 02110-1301 USA
|
||||
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) 19xx name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the
|
||||
appropriate parts of the General Public License. Of course, the
|
||||
commands you use may be called something other than `show w' and `show
|
||||
c'; they could even be mouse-clicks or menu items--whatever suits your
|
||||
program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
||||
program `Gnomovision' (a program to direct compilers to make passes
|
||||
at assemblers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
That's all there is to it!
|
||||
|
||||
|
||||
--- The Artistic License 1.0 ---
|
||||
|
||||
This software is Copyright (c) 2014,2022 by Michael Langner.
|
||||
|
||||
This is free software, licensed under:
|
||||
|
||||
The Artistic License 1.0
|
||||
|
||||
The Artistic License
|
||||
|
||||
Preamble
|
||||
|
||||
The intent of this document is to state the conditions under which a Package
|
||||
may be copied, such that the Copyright Holder maintains some semblance of
|
||||
artistic control over the development of the package, while giving the users of
|
||||
the package the right to use and distribute the Package in a more-or-less
|
||||
customary fashion, plus the right to make reasonable modifications.
|
||||
|
||||
Definitions:
|
||||
|
||||
- "Package" refers to the collection of files distributed by the Copyright
|
||||
Holder, and derivatives of that collection of files created through
|
||||
textual modification.
|
||||
- "Standard Version" refers to such a Package if it has not been modified,
|
||||
or has been modified in accordance with the wishes of the Copyright
|
||||
Holder.
|
||||
- "Copyright Holder" is whoever is named in the copyright or copyrights for
|
||||
the package.
|
||||
- "You" is you, if you're thinking about copying or distributing this Package.
|
||||
- "Reasonable copying fee" is whatever you can justify on the basis of media
|
||||
cost, duplication charges, time of people involved, and so on. (You will
|
||||
not be required to justify it to the Copyright Holder, but only to the
|
||||
computing community at large as a market that must bear the fee.)
|
||||
- "Freely Available" means that no fee is charged for the item itself, though
|
||||
there may be fees involved in handling the item. It also means that
|
||||
recipients of the item may redistribute it under the same conditions they
|
||||
received it.
|
||||
|
||||
1. You may make and give away verbatim copies of the source form of the
|
||||
Standard Version of this Package without restriction, provided that you
|
||||
duplicate all of the original copyright notices and associated disclaimers.
|
||||
|
||||
2. You may apply bug fixes, portability fixes and other modifications derived
|
||||
from the Public Domain or from the Copyright Holder. A Package modified in such
|
||||
a way shall still be considered the Standard Version.
|
||||
|
||||
3. You may otherwise modify your copy of this Package in any way, provided that
|
||||
you insert a prominent notice in each changed file stating how and when you
|
||||
changed that file, and provided that you do at least ONE of the following:
|
||||
|
||||
a) place your modifications in the Public Domain or otherwise make them
|
||||
Freely Available, such as by posting said modifications to Usenet or an
|
||||
equivalent medium, or placing the modifications on a major archive site
|
||||
such as ftp.uu.net, or by allowing the Copyright Holder to include your
|
||||
modifications in the Standard Version of the Package.
|
||||
|
||||
b) use the modified Package only within your corporation or organization.
|
||||
|
||||
c) rename any non-standard executables so the names do not conflict with
|
||||
standard executables, which must also be provided, and provide a separate
|
||||
manual page for each non-standard executable that clearly documents how it
|
||||
differs from the Standard Version.
|
||||
|
||||
d) make other distribution arrangements with the Copyright Holder.
|
||||
|
||||
4. You may distribute the programs of this Package in object code or executable
|
||||
form, provided that you do at least ONE of the following:
|
||||
|
||||
a) distribute a Standard Version of the executables and library files,
|
||||
together with instructions (in the manual page or equivalent) on where to
|
||||
get the Standard Version.
|
||||
|
||||
b) accompany the distribution with the machine-readable source of the Package
|
||||
with your modifications.
|
||||
|
||||
c) accompany any non-standard executables with their corresponding Standard
|
||||
Version executables, giving the non-standard executables non-standard
|
||||
names, and clearly documenting the differences in manual pages (or
|
||||
equivalent), together with instructions on where to get the Standard
|
||||
Version.
|
||||
|
||||
d) make other distribution arrangements with the Copyright Holder.
|
||||
|
||||
5. You may charge a reasonable copying fee for any distribution of this
|
||||
Package. You may charge any fee you choose for support of this Package. You
|
||||
may not charge a fee for this Package itself. However, you may distribute this
|
||||
Package in aggregate with other (possibly commercial) programs as part of a
|
||||
larger (possibly commercial) software distribution provided that you do not
|
||||
advertise this Package as a product of your own.
|
||||
|
||||
6. The scripts and library files supplied as input to or produced as output
|
||||
from the programs of this Package do not automatically fall under the copyright
|
||||
of this Package, but belong to whomever generated them, and may be sold
|
||||
commercially, and may be aggregated with this Package.
|
||||
|
||||
7. C or perl subroutines supplied by you and linked into this Package shall not
|
||||
be considered part of this Package.
|
||||
|
||||
8. The name of the Copyright Holder may not be used to endorse or promote
|
||||
products derived from this software without specific prior written permission.
|
||||
|
||||
9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
|
||||
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
The End
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.024.
|
||||
Changes
|
||||
INSTALL
|
||||
LICENSE
|
||||
MANIFEST
|
||||
META.json
|
||||
META.yml
|
||||
Makefile.PL
|
||||
README
|
||||
author.yml
|
||||
dist.ini
|
||||
examples/demo.pl
|
||||
examples/synopsis.pl
|
||||
lib/MooseX/Types/JSON.pm
|
||||
perlcriticrc
|
||||
t/00_diag.t
|
||||
t/coercions.t
|
||||
t/json.t
|
||||
xt/author/critic.t
|
||||
xt/author/eol.t
|
||||
xt/author/example.t
|
||||
xt/author/no_tabs.t
|
||||
xt/author/pod.t
|
||||
xt/author/pod_coverage.t
|
||||
xt/author/pod_spelling_common.t
|
||||
xt/author/pod_spelling_system.t
|
||||
xt/author/strict.t
|
||||
xt/author/version.t
|
||||
xt/release/changes.t
|
||||
xt/release/fixme.t
|
|
@ -0,0 +1,148 @@
|
|||
{
|
||||
"abstract" : "JSON datatype for Moose",
|
||||
"author" : [
|
||||
"Michael Langner",
|
||||
"Graham Ollis <plicease@cpan.org>"
|
||||
],
|
||||
"dynamic_config" : 0,
|
||||
"generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
|
||||
"license" : [
|
||||
"perl_5"
|
||||
],
|
||||
"meta-spec" : {
|
||||
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
|
||||
"version" : 2
|
||||
},
|
||||
"name" : "MooseX-Types-JSON",
|
||||
"prereqs" : {
|
||||
"configure" : {
|
||||
"requires" : {
|
||||
"ExtUtils::MakeMaker" : "0",
|
||||
"perl" : "5.008003"
|
||||
}
|
||||
},
|
||||
"develop" : {
|
||||
"recommends" : {
|
||||
"Dist::Zilla::Plugin::Author::Plicease::Thanks" : "0",
|
||||
"Dist::Zilla::Plugin::Author::Plicease::Upload" : "0",
|
||||
"Dist::Zilla::Plugin::InsertExample" : "0",
|
||||
"Dist::Zilla::Plugin::RemovePrereqs" : "0",
|
||||
"Dist::Zilla::PluginBundle::Author::Plicease" : "2.69",
|
||||
"Perl::Critic::Policy::BuiltinFunctions::ProhibitBooleanGrep" : "0",
|
||||
"Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval" : "0",
|
||||
"Perl::Critic::Policy::BuiltinFunctions::ProhibitStringySplit" : "0",
|
||||
"Perl::Critic::Policy::BuiltinFunctions::ProhibitVoidGrep" : "0",
|
||||
"Perl::Critic::Policy::BuiltinFunctions::ProhibitVoidMap" : "0",
|
||||
"Perl::Critic::Policy::ClassHierarchies::ProhibitExplicitISA" : "0",
|
||||
"Perl::Critic::Policy::ClassHierarchies::ProhibitOneArgBless" : "0",
|
||||
"Perl::Critic::Policy::CodeLayout::ProhibitHardTabs" : "0",
|
||||
"Perl::Critic::Policy::CodeLayout::ProhibitTrailingWhitespace" : "0",
|
||||
"Perl::Critic::Policy::CodeLayout::RequireConsistentNewlines" : "0",
|
||||
"Perl::Critic::Policy::Community::ArrayAssignAref" : "0",
|
||||
"Perl::Critic::Policy::Community::BarewordFilehandles" : "0",
|
||||
"Perl::Critic::Policy::Community::ConditionalDeclarations" : "0",
|
||||
"Perl::Critic::Policy::Community::ConditionalImplicitReturn" : "0",
|
||||
"Perl::Critic::Policy::Community::DeprecatedFeatures" : "0",
|
||||
"Perl::Critic::Policy::Community::DiscouragedModules" : "0",
|
||||
"Perl::Critic::Policy::Community::DollarAB" : "0",
|
||||
"Perl::Critic::Policy::Community::Each" : "0",
|
||||
"Perl::Critic::Policy::Community::EmptyReturn" : "0",
|
||||
"Perl::Critic::Policy::Community::IndirectObjectNotation" : "0",
|
||||
"Perl::Critic::Policy::Community::LexicalForeachIterator" : "0",
|
||||
"Perl::Critic::Policy::Community::LoopOnHash" : "0",
|
||||
"Perl::Critic::Policy::Community::ModPerl" : "0",
|
||||
"Perl::Critic::Policy::Community::OpenArgs" : "0",
|
||||
"Perl::Critic::Policy::Community::OverloadOptions" : "0",
|
||||
"Perl::Critic::Policy::Community::POSIXImports" : "0",
|
||||
"Perl::Critic::Policy::Community::PackageMatchesFilename" : "0",
|
||||
"Perl::Critic::Policy::Community::PreferredAlternatives" : "0",
|
||||
"Perl::Critic::Policy::Community::StrictWarnings" : "0",
|
||||
"Perl::Critic::Policy::Community::Threads" : "0",
|
||||
"Perl::Critic::Policy::Community::Wantarray" : "0",
|
||||
"Perl::Critic::Policy::Community::WarningsSwitch" : "0",
|
||||
"Perl::Critic::Policy::Community::WhileDiamondDefaultAssignment" : "0",
|
||||
"Perl::Critic::Policy::ControlStructures::ProhibitLabelsWithSpecialBlockNames" : "0",
|
||||
"Perl::Critic::Policy::ControlStructures::ProhibitMutatingListFunctions" : "0",
|
||||
"Perl::Critic::Policy::ControlStructures::ProhibitUnreachableCode" : "0",
|
||||
"Perl::Critic::Policy::InputOutput::ProhibitBarewordFileHandles" : "0",
|
||||
"Perl::Critic::Policy::InputOutput::ProhibitJoinedReadline" : "0",
|
||||
"Perl::Critic::Policy::InputOutput::ProhibitTwoArgOpen" : "0",
|
||||
"Perl::Critic::Policy::Miscellanea::ProhibitFormats" : "0",
|
||||
"Perl::Critic::Policy::Miscellanea::ProhibitUselessNoCritic" : "0",
|
||||
"Perl::Critic::Policy::Modules::ProhibitConditionalUseStatements" : "0",
|
||||
"Perl::Critic::Policy::Modules::RequireNoMatchVarsWithUseEnglish" : "0",
|
||||
"Perl::Critic::Policy::Objects::ProhibitIndirectSyntax" : "0",
|
||||
"Perl::Critic::Policy::RegularExpressions::ProhibitUselessTopic" : "0",
|
||||
"Perl::Critic::Policy::Subroutines::ProhibitNestedSubs" : "0",
|
||||
"Perl::Critic::Policy::ValuesAndExpressions::ProhibitLeadingZeros" : "0",
|
||||
"Perl::Critic::Policy::ValuesAndExpressions::ProhibitMixedBooleanOperators" : "0",
|
||||
"Perl::Critic::Policy::ValuesAndExpressions::ProhibitSpecialLiteralHeredocTerminator" : "0",
|
||||
"Perl::Critic::Policy::ValuesAndExpressions::RequireUpperCaseHeredocTerminator" : "0",
|
||||
"Perl::Critic::Policy::Variables::ProhibitPerl4PackageNames" : "0",
|
||||
"Perl::Critic::Policy::Variables::ProhibitUnusedVariables" : "0",
|
||||
"Software::License::Perl_5" : "0"
|
||||
},
|
||||
"requires" : {
|
||||
"File::Spec" : "0",
|
||||
"FindBin" : "0",
|
||||
"Perl::Critic" : "0",
|
||||
"Test2::Require::Module" : "0.000121",
|
||||
"Test2::Tools::PerlCritic" : "0",
|
||||
"Test2::V0" : "0.000121",
|
||||
"Test::CPAN::Changes" : "0",
|
||||
"Test::EOL" : "0",
|
||||
"Test::Fixme" : "0.07",
|
||||
"Test::More" : "0.98",
|
||||
"Test::NoTabs" : "0",
|
||||
"Test::Pod" : "0",
|
||||
"Test::Pod::Coverage" : "0",
|
||||
"Test::Pod::Spelling::CommonMistakes" : "0",
|
||||
"Test::Script" : "0",
|
||||
"Test::Spelling" : "0",
|
||||
"Test::Strict" : "0",
|
||||
"YAML" : "0",
|
||||
"lib" : "0"
|
||||
}
|
||||
},
|
||||
"runtime" : {
|
||||
"recommends" : {
|
||||
"JSON::XS" : "0"
|
||||
},
|
||||
"requires" : {
|
||||
"JSON" : "0",
|
||||
"Moose::Util::TypeConstraints" : "0",
|
||||
"MooseX::Types" : "0",
|
||||
"perl" : "5.008003"
|
||||
}
|
||||
},
|
||||
"test" : {
|
||||
"requires" : {
|
||||
"Moose" : "0",
|
||||
"Test::More" : "0.98",
|
||||
"perl" : "5.008003"
|
||||
}
|
||||
}
|
||||
},
|
||||
"release_status" : "stable",
|
||||
"resources" : {
|
||||
"bugtracker" : {
|
||||
"web" : "https://github.com/uperl/MooseX-Types-JSON/issues"
|
||||
},
|
||||
"homepage" : "https://metacpan.org/pod/MooseX::Types::JSON",
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "git://github.com/uperl/MooseX-Types-JSON.git",
|
||||
"web" : "https://github.com/uperl/MooseX-Types-JSON"
|
||||
}
|
||||
},
|
||||
"version" : "1.01",
|
||||
"x_contributors" : [
|
||||
"Graham Ollis <plicease@cpan.org>",
|
||||
"Steve Huff"
|
||||
],
|
||||
"x_generated_by_perl" : "v5.35.7",
|
||||
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
|
||||
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
|
||||
"x_use_unsafe_inc" : 0
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
abstract: 'JSON datatype for Moose'
|
||||
author:
|
||||
- 'Michael Langner'
|
||||
- 'Graham Ollis <plicease@cpan.org>'
|
||||
build_requires:
|
||||
Moose: '0'
|
||||
Test::More: '0.98'
|
||||
perl: '5.008003'
|
||||
configure_requires:
|
||||
ExtUtils::MakeMaker: '0'
|
||||
perl: '5.008003'
|
||||
dynamic_config: 0
|
||||
generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010'
|
||||
license: perl
|
||||
meta-spec:
|
||||
url: http://module-build.sourceforge.net/META-spec-v1.4.html
|
||||
version: '1.4'
|
||||
name: MooseX-Types-JSON
|
||||
recommends:
|
||||
JSON::XS: '0'
|
||||
requires:
|
||||
JSON: '0'
|
||||
Moose::Util::TypeConstraints: '0'
|
||||
MooseX::Types: '0'
|
||||
perl: '5.008003'
|
||||
resources:
|
||||
bugtracker: https://github.com/uperl/MooseX-Types-JSON/issues
|
||||
homepage: https://metacpan.org/pod/MooseX::Types::JSON
|
||||
repository: git://github.com/uperl/MooseX-Types-JSON.git
|
||||
version: '1.01'
|
||||
x_contributors:
|
||||
- 'Graham Ollis <plicease@cpan.org>'
|
||||
- 'Steve Huff'
|
||||
x_generated_by_perl: v5.35.7
|
||||
x_serialization_backend: 'YAML::Tiny version 1.73'
|
||||
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
|
||||
x_use_unsafe_inc: 0
|
|
@ -0,0 +1,59 @@
|
|||
BEGIN {
|
||||
use strict; use warnings;
|
||||
unless(eval q{ use 5.008003; 1}) {
|
||||
print "Perl 5.008003 or better required\n";
|
||||
exit;
|
||||
}
|
||||
}
|
||||
# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.69.
|
||||
use strict;
|
||||
use warnings;
|
||||
use 5.008003;
|
||||
use ExtUtils::MakeMaker;
|
||||
|
||||
my %WriteMakefileArgs = (
|
||||
"ABSTRACT" => "JSON datatype for Moose",
|
||||
"AUTHOR" => "Michael Langner, Graham Ollis <plicease\@cpan.org>",
|
||||
"CONFIGURE_REQUIRES" => {
|
||||
"ExtUtils::MakeMaker" => 0
|
||||
},
|
||||
"DISTNAME" => "MooseX-Types-JSON",
|
||||
"LICENSE" => "perl",
|
||||
"MIN_PERL_VERSION" => "5.008003",
|
||||
"NAME" => "MooseX::Types::JSON",
|
||||
"PM" => {
|
||||
"lib/MooseX/Types/JSON.pm" => "\$(INST_LIB)/MooseX/Types/JSON.pm"
|
||||
},
|
||||
"PREREQ_PM" => {
|
||||
"JSON" => 0,
|
||||
"Moose::Util::TypeConstraints" => 0,
|
||||
"MooseX::Types" => 0
|
||||
},
|
||||
"TEST_REQUIRES" => {
|
||||
"Moose" => 0,
|
||||
"Test::More" => "0.98"
|
||||
},
|
||||
"VERSION" => "1.01",
|
||||
"test" => {
|
||||
"TESTS" => "t/*.t"
|
||||
}
|
||||
);
|
||||
|
||||
my %FallbackPrereqs = (
|
||||
"JSON" => 0,
|
||||
"Moose" => 0,
|
||||
"Moose::Util::TypeConstraints" => 0,
|
||||
"MooseX::Types" => 0,
|
||||
"Test::More" => "0.98"
|
||||
);
|
||||
|
||||
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
|
||||
delete $WriteMakefileArgs{TEST_REQUIRES};
|
||||
delete $WriteMakefileArgs{BUILD_REQUIRES};
|
||||
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
|
||||
}
|
||||
|
||||
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
|
||||
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
|
||||
|
||||
WriteMakefile(%WriteMakefileArgs);
|
|
@ -0,0 +1,48 @@
|
|||
NAME
|
||||
|
||||
MooseX::Types::JSON - JSON datatype for Moose
|
||||
|
||||
VERSION
|
||||
|
||||
version 1.01
|
||||
|
||||
SYNOPSIS
|
||||
|
||||
package Foo;
|
||||
|
||||
use Moose;
|
||||
use Moose::Util::TypeConstraints;
|
||||
use MooseX::Types::JSON qw( JSON relaxedJSON );
|
||||
|
||||
has config => ( is => 'rw', isa => JSON );
|
||||
has options => ( is => 'rw', isa => relaxedJSON );
|
||||
|
||||
String type constraints that match valid and relaxed JSON. For the
|
||||
meaning of 'relaxed' see JSON. All the heavy lifting in the background
|
||||
is also done by JSON.
|
||||
|
||||
Coercions from Defined types are included.
|
||||
|
||||
* JSON
|
||||
|
||||
A Str that is valid JSON.
|
||||
|
||||
* relaxedJSON
|
||||
|
||||
A Str that is 'relaxed' JSON. For the meaning of 'relaxed' see JSON.
|
||||
|
||||
AUTHOR
|
||||
|
||||
Author: Graham Ollis <plicease@cpan.org>
|
||||
|
||||
Contributors:
|
||||
|
||||
Steve Huff
|
||||
|
||||
COPYRIGHT AND LICENSE
|
||||
|
||||
This software is copyright (c) 2014,2022 by Michael Langner.
|
||||
|
||||
This is free software; you can redistribute it and/or modify it under
|
||||
the same terms as the Perl 5 programming language system itself.
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
pod_spelling_system:
|
||||
skip: 0
|
||||
# list of words that are spelled correctly
|
||||
# (regardless of what spell check thinks)
|
||||
stopwords:
|
||||
- Langner
|
||||
- Str
|
||||
- relaxedJSON
|
||||
|
||||
pod_coverage:
|
||||
skip: 0
|
||||
# format is "Class#method" or "Class", regex allowed
|
||||
# for either Class or method.
|
||||
private: []
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
name = MooseX-Types-JSON
|
||||
author = Michael Langner
|
||||
author = Graham Ollis <plicease@cpan.org>
|
||||
license = Perl_5
|
||||
copyright_holder = Michael Langner
|
||||
copyright_year = 2014,2022
|
||||
version = 1.01
|
||||
|
||||
[@Author::Plicease]
|
||||
:version = 2.69
|
||||
release_tests = 1
|
||||
installer = Author::Plicease::MakeMaker
|
||||
github_user = uperl
|
||||
|
||||
workflow = static
|
||||
workflow = linux
|
||||
|
||||
[RemovePrereqs]
|
||||
remove = strict
|
||||
remove = warnings
|
||||
|
||||
[Author::Plicease::Thanks]
|
||||
current = Graham Ollis <plicease@cpan.org>
|
||||
orig = Michael Langner
|
||||
contributor = Steve Huff
|
||||
|
||||
[InsertExample]
|
||||
|
||||
[Author::Plicease::Upload]
|
||||
cpan = 1
|
|
@ -0,0 +1,21 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
{
|
||||
package Foo;
|
||||
|
||||
use Moose;
|
||||
use Moose::Util::TypeConstraints;
|
||||
use MooseX::Types::JSON qw( JSON relaxedJSON );
|
||||
|
||||
has data_strict => ( is => 'rw', isa => JSON );
|
||||
has data_relaxed => ( is => 'rw', isa => relaxedJSON );
|
||||
has data_coerced => ( is => 'rw', isa => JSON, coerce => 1 );
|
||||
}
|
||||
|
||||
my $foo = Foo->new(
|
||||
data_strict => qq| { "foo": "bar", "answer": "42" } |,
|
||||
data_relaxed => qq| { "foo": "bar", "answer": "42", } |,
|
||||
data_coerced => { foo => "bar", answer => 42 },
|
||||
);
|
||||
|
||||
print $foo->dump;
|
|
@ -0,0 +1,8 @@
|
|||
package Foo;
|
||||
|
||||
use Moose;
|
||||
use Moose::Util::TypeConstraints;
|
||||
use MooseX::Types::JSON qw( JSON relaxedJSON );
|
||||
|
||||
has config => ( is => 'rw', isa => JSON );
|
||||
has options => ( is => 'rw', isa => relaxedJSON );
|
|
@ -0,0 +1,93 @@
|
|||
package MooseX::Types::JSON;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use 5.008003;
|
||||
|
||||
# ABSTRACT: JSON datatype for Moose
|
||||
our $VERSION = '1.01'; # VERSION
|
||||
|
||||
|
||||
use MooseX::Types -declare => [qw/ JSON relaxedJSON /];
|
||||
use Moose::Util::TypeConstraints;
|
||||
use JSON (); ## no critic (Community::PreferredAlternatives)
|
||||
|
||||
subtype JSON,
|
||||
as "Str",
|
||||
where { ref( eval { 'JSON'->new->decode($_) } ) ne '' },
|
||||
message { "Must be valid JSON" };
|
||||
|
||||
coerce JSON,
|
||||
from 'Defined',
|
||||
via { 'JSON'->new->allow_nonref->encode($_) };
|
||||
|
||||
subtype relaxedJSON,
|
||||
as "Str",
|
||||
where { ref( eval { 'JSON'->new->relaxed->decode($_) } ) ne '' },
|
||||
message { "Must be at least relaxed JSON" };
|
||||
|
||||
coerce relaxedJSON,
|
||||
from 'Defined',
|
||||
via { 'JSON'->new->allow_nonref->encode($_) };
|
||||
|
||||
1;
|
||||
|
||||
__END__
|
||||
|
||||
=pod
|
||||
|
||||
=encoding UTF-8
|
||||
|
||||
=head1 NAME
|
||||
|
||||
MooseX::Types::JSON - JSON datatype for Moose
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
version 1.01
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
package Foo;
|
||||
|
||||
use Moose;
|
||||
use Moose::Util::TypeConstraints;
|
||||
use MooseX::Types::JSON qw( JSON relaxedJSON );
|
||||
|
||||
has config => ( is => 'rw', isa => JSON );
|
||||
has options => ( is => 'rw', isa => relaxedJSON );
|
||||
|
||||
String type constraints that match valid and relaxed JSON. For the meaning of
|
||||
'relaxed' see L<JSON>. All the heavy lifting in the background is also
|
||||
done by L<JSON>.
|
||||
|
||||
Coercions from Defined types are included.
|
||||
|
||||
=over
|
||||
|
||||
=item * JSON
|
||||
|
||||
A Str that is valid JSON.
|
||||
|
||||
=item * relaxedJSON
|
||||
|
||||
A Str that is 'relaxed' JSON. For the meaning of 'relaxed' see L<JSON>.
|
||||
|
||||
=back
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
Author: Graham Ollis E<lt>plicease@cpan.orgE<gt>
|
||||
|
||||
Contributors:
|
||||
|
||||
Steve Huff
|
||||
|
||||
=head1 COPYRIGHT AND LICENSE
|
||||
|
||||
This software is copyright (c) 2014,2022 by Michael Langner.
|
||||
|
||||
This is free software; you can redistribute it and/or modify it under
|
||||
the same terms as the Perl 5 programming language system itself.
|
||||
|
||||
=cut
|
|
@ -0,0 +1,59 @@
|
|||
severity = 1
|
||||
only = 1
|
||||
|
||||
[Community::ArrayAssignAref]
|
||||
[Community::BarewordFilehandles]
|
||||
[Community::ConditionalDeclarations]
|
||||
[Community::ConditionalImplicitReturn]
|
||||
[Community::DeprecatedFeatures]
|
||||
[Community::DiscouragedModules]
|
||||
[Community::DollarAB]
|
||||
[Community::Each]
|
||||
[Community::EmptyReturn]
|
||||
[Community::IndirectObjectNotation]
|
||||
[Community::LexicalForeachIterator]
|
||||
[Community::LoopOnHash]
|
||||
[Community::ModPerl]
|
||||
[Community::OpenArgs]
|
||||
[Community::OverloadOptions]
|
||||
[Community::POSIXImports]
|
||||
[Community::PackageMatchesFilename]
|
||||
[Community::PreferredAlternatives]
|
||||
[Community::StrictWarnings]
|
||||
extra_importers = Test2::V0
|
||||
[Community::Threads]
|
||||
[Community::Wantarray]
|
||||
[Community::WarningsSwitch]
|
||||
[Community::WhileDiamondDefaultAssignment]
|
||||
|
||||
[BuiltinFunctions::ProhibitBooleanGrep]
|
||||
[BuiltinFunctions::ProhibitStringyEval]
|
||||
[BuiltinFunctions::ProhibitStringySplit]
|
||||
[BuiltinFunctions::ProhibitVoidGrep]
|
||||
[BuiltinFunctions::ProhibitVoidMap]
|
||||
[ClassHierarchies::ProhibitExplicitISA]
|
||||
[ClassHierarchies::ProhibitOneArgBless]
|
||||
[CodeLayout::ProhibitHardTabs]
|
||||
allow_leading_tabs = 0
|
||||
[CodeLayout::ProhibitTrailingWhitespace]
|
||||
[CodeLayout::RequireConsistentNewlines]
|
||||
[ControlStructures::ProhibitLabelsWithSpecialBlockNames]
|
||||
[ControlStructures::ProhibitMutatingListFunctions]
|
||||
[ControlStructures::ProhibitUnreachableCode]
|
||||
[InputOutput::ProhibitBarewordFileHandles]
|
||||
[InputOutput::ProhibitJoinedReadline]
|
||||
[InputOutput::ProhibitTwoArgOpen]
|
||||
[Miscellanea::ProhibitFormats]
|
||||
[Miscellanea::ProhibitUselessNoCritic]
|
||||
[Modules::ProhibitConditionalUseStatements]
|
||||
;[Modules::RequireEndWithOne]
|
||||
[Modules::RequireNoMatchVarsWithUseEnglish]
|
||||
[Objects::ProhibitIndirectSyntax]
|
||||
[RegularExpressions::ProhibitUselessTopic]
|
||||
[Subroutines::ProhibitNestedSubs]
|
||||
[ValuesAndExpressions::ProhibitLeadingZeros]
|
||||
[ValuesAndExpressions::ProhibitMixedBooleanOperators]
|
||||
[ValuesAndExpressions::ProhibitSpecialLiteralHeredocTerminator]
|
||||
[ValuesAndExpressions::RequireUpperCaseHeredocTerminator]
|
||||
[Variables::ProhibitPerl4PackageNames]
|
||||
[Variables::ProhibitUnusedVariables]
|
|
@ -0,0 +1,89 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
use Config;
|
||||
use Test::More tests => 1;
|
||||
|
||||
# This .t file is generated.
|
||||
# make changes instead to dist.ini
|
||||
|
||||
my %modules;
|
||||
my $post_diag;
|
||||
|
||||
$modules{$_} = $_ for qw(
|
||||
ExtUtils::MakeMaker
|
||||
JSON
|
||||
JSON::XS
|
||||
Moose
|
||||
Moose::Util::TypeConstraints
|
||||
MooseX::Types
|
||||
Test::More
|
||||
);
|
||||
|
||||
|
||||
|
||||
my @modules = sort keys %modules;
|
||||
|
||||
sub spacer ()
|
||||
{
|
||||
diag '';
|
||||
diag '';
|
||||
diag '';
|
||||
}
|
||||
|
||||
pass 'okay';
|
||||
|
||||
my $max = 1;
|
||||
$max = $_ > $max ? $_ : $max for map { length $_ } @modules;
|
||||
our $format = "%-${max}s %s";
|
||||
|
||||
spacer;
|
||||
|
||||
my @keys = sort grep /(MOJO|PERL|\A(LC|HARNESS)_|\A(SHELL|LANG)\Z)/i, keys %ENV;
|
||||
|
||||
if(@keys > 0)
|
||||
{
|
||||
diag "$_=$ENV{$_}" for @keys;
|
||||
|
||||
if($ENV{PERL5LIB})
|
||||
{
|
||||
spacer;
|
||||
diag "PERL5LIB path";
|
||||
diag $_ for split $Config{path_sep}, $ENV{PERL5LIB};
|
||||
|
||||
}
|
||||
elsif($ENV{PERLLIB})
|
||||
{
|
||||
spacer;
|
||||
diag "PERLLIB path";
|
||||
diag $_ for split $Config{path_sep}, $ENV{PERLLIB};
|
||||
}
|
||||
|
||||
spacer;
|
||||
}
|
||||
|
||||
diag sprintf $format, 'perl', "$] $^O $Config{archname}";
|
||||
|
||||
foreach my $module (@modules)
|
||||
{
|
||||
my $pm = "$module.pm";
|
||||
$pm =~ s{::}{/}g;
|
||||
if(eval { require $pm; 1 })
|
||||
{
|
||||
my $ver = eval { $module->VERSION };
|
||||
$ver = 'undef' unless defined $ver;
|
||||
diag sprintf $format, $module, $ver;
|
||||
}
|
||||
else
|
||||
{
|
||||
diag sprintf $format, $module, '-';
|
||||
}
|
||||
}
|
||||
|
||||
if($post_diag)
|
||||
{
|
||||
spacer;
|
||||
$post_diag->();
|
||||
}
|
||||
|
||||
spacer;
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
use Test::More tests => 4;
|
||||
|
||||
{
|
||||
package Foo;
|
||||
|
||||
use Moose;
|
||||
use Moose::Util::TypeConstraints;
|
||||
use MooseX::Types::JSON qw( JSON relaxedJSON );
|
||||
|
||||
has json_strict => ( is => 'rw', isa => JSON, coerce => 1 );
|
||||
has json_relaxed => ( is => 'rw', isa => relaxedJSON, coerce => 1 );
|
||||
}
|
||||
|
||||
my %json = ( 'foo' => 'bar', 'answer' => '42' );
|
||||
my %nojson = ( );
|
||||
|
||||
my $foo = Foo->new;
|
||||
|
||||
eval { $foo->json_strict(\%json) };
|
||||
ok( $@ eq "", "hash => strict" );
|
||||
|
||||
eval { $foo->json_relaxed(\%json) };
|
||||
ok( $@ eq "", "hash => relaxed" );
|
||||
|
||||
eval { $foo->json_strict(\%nojson) };
|
||||
ok( $@ eq "", "nohash => strict" );
|
||||
|
||||
eval { $foo->json_relaxed(\%nojson) };
|
||||
ok( $@ eq "", "nohash => relaxed" );
|
|
@ -0,0 +1,36 @@
|
|||
use Test::More tests => 6;
|
||||
|
||||
{
|
||||
package Foo;
|
||||
|
||||
use Moose;
|
||||
use Moose::Util::TypeConstraints;
|
||||
use MooseX::Types::JSON qw( JSON relaxedJSON );
|
||||
|
||||
has json_strict => ( is => 'rw', isa => JSON );
|
||||
has json_relaxed => ( is => 'rw', isa => relaxedJSON );
|
||||
}
|
||||
|
||||
my $json = qq| { "foo": "bar", "answer": "42" } |;
|
||||
my $relaxed = qq| { "foo": "bar", "answer": "42", } |;
|
||||
my $nojson = qq| { { |;
|
||||
|
||||
my $foo = Foo->new;
|
||||
|
||||
eval { $foo->json_strict($json) };
|
||||
ok( $@ eq "", "strict => strict" );
|
||||
|
||||
eval { $foo->json_strict($relaxed) };
|
||||
like( $@, qr/json_strict/, "relaxed => strict" );
|
||||
|
||||
eval { $foo->json_relaxed($json) };
|
||||
ok( $@ eq "", "strict => relaxed" );
|
||||
|
||||
eval { $foo->json_relaxed($relaxed) };
|
||||
ok( $@ eq "", "relaxed => relaxed" );
|
||||
|
||||
eval { $foo->json_relaxed($nojson) };
|
||||
like( $@, qr/json_relaxed/, "nojson => relaxed" );
|
||||
|
||||
eval { $foo->json_strict($nojson) };
|
||||
like( $@, qr/json_strict/, "nojson => strict" );
|
|
@ -0,0 +1,14 @@
|
|||
use Test2::Require::Module 'Test2::Tools::PerlCritic';
|
||||
use Test2::Require::Module 'Perl::Critic';
|
||||
use Test2::Require::Module 'Perl::Critic::Community';
|
||||
use Test2::V0;
|
||||
use Perl::Critic;
|
||||
use Test2::Tools::PerlCritic;
|
||||
|
||||
my $critic = Perl::Critic->new(
|
||||
-profile => 'perlcriticrc',
|
||||
);
|
||||
|
||||
perl_critic_ok ['lib','t'], $critic;
|
||||
|
||||
done_testing;
|
|
@ -0,0 +1,16 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
plan skip_all => 'test requires Test::EOL'
|
||||
unless eval q{ use Test::EOL; 1 };
|
||||
};
|
||||
use Test::EOL;
|
||||
use FindBin;
|
||||
use File::Spec;
|
||||
|
||||
chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir));
|
||||
|
||||
all_perl_files_ok(grep { -e $_ } qw( bin lib t Makefile.PL ));
|
||||
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
use Test2::V0 -no_srand => 1;
|
||||
use lib 'lib';
|
||||
|
||||
eval { require JSON; };
|
||||
skip_all 'Test requires JSON' if $@;
|
||||
eval { require Test::Script; Test::Script->import('script_compiles','script_runs') };
|
||||
skip_all 'Test requires Test::Script' if $@;
|
||||
|
||||
opendir my $dir, 'examples' or die;
|
||||
my @examples = sort grep /\.pl$/, readdir $dir;
|
||||
closedir $dir;
|
||||
|
||||
foreach my $example (@examples)
|
||||
{
|
||||
script_compiles("examples/$example");
|
||||
script_runs("examples/$example");
|
||||
}
|
||||
|
||||
done_testing;
|
|
@ -0,0 +1,16 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
plan skip_all => 'test requires Test::NoTabs'
|
||||
unless eval q{ use Test::NoTabs; 1 };
|
||||
};
|
||||
use Test::NoTabs;
|
||||
use FindBin;
|
||||
use File::Spec;
|
||||
|
||||
chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir));
|
||||
|
||||
all_perl_files_ok( grep { -e $_ } qw( bin lib t Makefile.PL ));
|
||||
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
plan skip_all => 'test requires Test::Pod'
|
||||
unless eval q{ use Test::Pod; 1 };
|
||||
};
|
||||
use Test::Pod;
|
||||
use FindBin;
|
||||
use File::Spec;
|
||||
|
||||
chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir));
|
||||
|
||||
all_pod_files_ok( grep { -e $_ } qw( bin lib ));
|
||||
|
||||
|
|
@ -0,0 +1,77 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
plan skip_all => 'test requires 5.010 or better'
|
||||
unless $] >= 5.010;
|
||||
plan skip_all => 'test requires Test::Pod::Coverage'
|
||||
unless eval q{ use Test::Pod::Coverage; 1 };
|
||||
plan skip_all => 'test requires YAML'
|
||||
unless eval q{ use YAML; 1; };
|
||||
plan skip_all => 'test does not always work in cip check'
|
||||
if defined $ENV{CIPSTATIC} && $ENV{CIPSTATIC} eq 'true';
|
||||
};
|
||||
use Test::Pod::Coverage;
|
||||
use YAML qw( LoadFile );
|
||||
use FindBin;
|
||||
use File::Spec;
|
||||
|
||||
my $config_filename = File::Spec->catfile(
|
||||
$FindBin::Bin, File::Spec->updir, File::Spec->updir, 'author.yml'
|
||||
);
|
||||
|
||||
my $config;
|
||||
$config = LoadFile($config_filename)
|
||||
if -r $config_filename;
|
||||
|
||||
plan skip_all => 'disabled' if $config->{pod_coverage}->{skip};
|
||||
|
||||
chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir));
|
||||
|
||||
my @private_classes;
|
||||
my %private_methods;
|
||||
|
||||
push $config->{pod_coverage}->{private}->@*,
|
||||
'Alien::.*::Install::Files#Inline';
|
||||
|
||||
foreach my $private ($config->{pod_coverage}->{private}->@*)
|
||||
{
|
||||
my($class,$method) = split /#/, $private;
|
||||
if(defined $class && $class ne '')
|
||||
{
|
||||
my $regex = eval 'qr{^' . $class . '$}';
|
||||
if(defined $method && $method ne '')
|
||||
{
|
||||
push @private_classes, { regex => $regex, method => $method };
|
||||
}
|
||||
else
|
||||
{
|
||||
push @private_classes, { regex => $regex, all => 1 };
|
||||
}
|
||||
}
|
||||
elsif(defined $method && $method ne '')
|
||||
{
|
||||
$private_methods{$_} = 1 for split /,/, $method;
|
||||
}
|
||||
}
|
||||
|
||||
my @classes = all_modules;
|
||||
|
||||
plan tests => scalar @classes;
|
||||
|
||||
foreach my $class (@classes)
|
||||
{
|
||||
SKIP: {
|
||||
my($is_private_class) = map { 1 } grep { $class =~ $_->{regex} && $_->{all} } @private_classes;
|
||||
skip "private class: $class", 1 if $is_private_class;
|
||||
|
||||
my %methods = map {; $_ => 1 } map { split /,/, $_->{method} } grep { $class =~ $_->{regex} } @private_classes;
|
||||
$methods{$_} = 1 for keys %private_methods;
|
||||
|
||||
my $also_private = eval 'qr{^' . join('|', keys %methods ) . '$}';
|
||||
|
||||
pod_coverage_ok $class, { also_private => [$also_private] };
|
||||
};
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
plan skip_all => 'test requires Test::Pod::Spelling::CommonMistakes'
|
||||
unless eval q{ use Test::Pod::Spelling::CommonMistakes; 1 };
|
||||
plan skip_all => 'test requires YAML'
|
||||
unless eval q{ use YAML qw( LoadFile ); 1 };
|
||||
};
|
||||
use Test::Pod::Spelling::CommonMistakes;
|
||||
use FindBin;
|
||||
use File::Spec;
|
||||
|
||||
my $config_filename = File::Spec->catfile(
|
||||
$FindBin::Bin, File::Spec->updir, File::Spec->updir, 'author.yml'
|
||||
);
|
||||
|
||||
my $config;
|
||||
$config = LoadFile($config_filename)
|
||||
if -r $config_filename;
|
||||
|
||||
plan skip_all => 'disabled' if $config->{pod_spelling_common}->{skip};
|
||||
|
||||
chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir));
|
||||
|
||||
# TODO: test files in bin too.
|
||||
all_pod_files_ok;
|
||||
|
||||
|
|
@ -0,0 +1,102 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
plan skip_all => 'test requires Test::Spelling'
|
||||
unless eval q{ use Test::Spelling; 1 };
|
||||
plan skip_all => 'test requires YAML'
|
||||
unless eval q{ use YAML; 1; };
|
||||
};
|
||||
use Test::Spelling;
|
||||
use YAML qw( LoadFile );
|
||||
use FindBin;
|
||||
use File::Spec;
|
||||
|
||||
my $config_filename = File::Spec->catfile(
|
||||
$FindBin::Bin, File::Spec->updir, File::Spec->updir, 'author.yml'
|
||||
);
|
||||
|
||||
my $config;
|
||||
$config = LoadFile($config_filename)
|
||||
if -r $config_filename;
|
||||
|
||||
plan skip_all => 'disabled' if $config->{pod_spelling_system}->{skip};
|
||||
|
||||
chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir));
|
||||
|
||||
add_stopwords($config->{pod_spelling_system}->{stopwords}->@*);
|
||||
add_stopwords(qw(
|
||||
Plicease
|
||||
stdout
|
||||
stderr
|
||||
stdin
|
||||
subref
|
||||
loopback
|
||||
username
|
||||
os
|
||||
Ollis
|
||||
Mojolicious
|
||||
plicease
|
||||
CPAN
|
||||
reinstall
|
||||
TODO
|
||||
filename
|
||||
filenames
|
||||
login
|
||||
callback
|
||||
callbacks
|
||||
standalone
|
||||
VMS
|
||||
hostname
|
||||
hostnames
|
||||
TCP
|
||||
UDP
|
||||
IP
|
||||
API
|
||||
MSWin32
|
||||
OpenBSD
|
||||
FreeBSD
|
||||
NetBSD
|
||||
unencrypted
|
||||
WebSocket
|
||||
WebSockets
|
||||
timestamp
|
||||
timestamps
|
||||
poney
|
||||
BackPAN
|
||||
portably
|
||||
RedHat
|
||||
AIX
|
||||
BSD
|
||||
XS
|
||||
FFI
|
||||
perlish
|
||||
optimizations
|
||||
subdirectory
|
||||
RESTful
|
||||
SQLite
|
||||
JavaScript
|
||||
dir
|
||||
plugins
|
||||
munge
|
||||
jQuery
|
||||
namespace
|
||||
PDF
|
||||
PDFs
|
||||
usernames
|
||||
DBI
|
||||
pluggable
|
||||
APIs
|
||||
SSL
|
||||
JSON
|
||||
YAML
|
||||
uncommented
|
||||
Solaris
|
||||
OpenVMS
|
||||
URI
|
||||
URL
|
||||
CGI
|
||||
));
|
||||
all_pod_files_spelling_ok;
|
||||
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
plan skip_all => 'test requires Test::Strict'
|
||||
unless eval q{ use Test::Strict; 1 };
|
||||
};
|
||||
use Test::Strict;
|
||||
use FindBin;
|
||||
use File::Spec;
|
||||
|
||||
chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir));
|
||||
|
||||
unshift @Test::Strict::MODULES_ENABLING_STRICT,
|
||||
'ozo',
|
||||
'Test2::Bundle::SIPS',
|
||||
'Test2::V0',
|
||||
'Test2::Bundle::Extended';
|
||||
note "enabling strict = $_" for @Test::Strict::MODULES_ENABLING_STRICT;
|
||||
|
||||
all_perl_files_ok( grep { -e $_ } qw( bin lib t Makefile.PL ));
|
||||
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
use Test::More;
|
||||
use FindBin ();
|
||||
BEGIN {
|
||||
|
||||
plan skip_all => "test requires Test::Version 2.00"
|
||||
unless eval q{
|
||||
use Test::Version 2.00 qw( version_all_ok ), {
|
||||
has_version => 1,
|
||||
filename_match => sub { $_[0] !~ m{/(ConfigData|Install/Files)\.pm$} },
|
||||
};
|
||||
1
|
||||
};
|
||||
|
||||
plan skip_all => 'test requires YAML'
|
||||
unless eval q{ use YAML; 1; };
|
||||
}
|
||||
|
||||
use YAML qw( LoadFile );
|
||||
use FindBin;
|
||||
use File::Spec;
|
||||
|
||||
my $config_filename = File::Spec->catfile(
|
||||
$FindBin::Bin, File::Spec->updir, File::Spec->updir, 'author.yml'
|
||||
);
|
||||
|
||||
my $config;
|
||||
$config = LoadFile($config_filename)
|
||||
if -r $config_filename;
|
||||
|
||||
if($config->{version}->{dir})
|
||||
{
|
||||
note "using dir " . $config->{version}->{dir}
|
||||
}
|
||||
|
||||
version_all_ok($config->{version}->{dir} ? ($config->{version}->{dir}) : ());
|
||||
done_testing;
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
plan skip_all => 'test requires Test::CPAN::Changes'
|
||||
unless eval q{ use Test::CPAN::Changes; 1 };
|
||||
};
|
||||
use Test::CPAN::Changes;
|
||||
use FindBin;
|
||||
use File::Spec;
|
||||
|
||||
chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir));
|
||||
|
||||
do {
|
||||
my $old = \&Test::Builder::carp;
|
||||
my $new = sub {
|
||||
my($self, @messages) = @_;
|
||||
return if $messages[0] =~ /^Date ".*" is not in the recommend format/;
|
||||
$old->($self, @messages);
|
||||
};
|
||||
no warnings 'redefine';
|
||||
*Test::Builder::carp = $new;
|
||||
};
|
||||
|
||||
changes_file_ok;
|
||||
|
||||
done_testing;
|
||||
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
plan skip_all => 'test requires Test::Fixme'
|
||||
unless eval q{ use Test::Fixme 0.14; 1 };
|
||||
};
|
||||
use Test::Fixme 0.07;
|
||||
use FindBin;
|
||||
use File::Spec;
|
||||
|
||||
chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir));
|
||||
|
||||
run_tests(
|
||||
match => qr/FIXME/,
|
||||
where => [ grep { -e $_ } qw( bin lib t Makefile.PL Build.PL )],
|
||||
warn => 1,
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue