MooseX-Types-Stringlike-0.002/000755 000765 000024 00000000000 12235325044 016372 5ustar00davidstaff000000 000000 MooseX-Types-Stringlike-0.002/Changes000644 000765 000024 00000000327 12235325044 017667 0ustar00davidstaff000000 000000 Revision history for MooseX-Types-Stringable 0.002 2013-11-02 21:42:57 America/New_York [DOCUMENTATION] - Fixed missing =encoding command 0.001 2012-03-26 22:55:10 EST5EDT - initial release MooseX-Types-Stringlike-0.002/CONTRIBUTING000644 000765 000024 00000004234 12235325044 020227 0ustar00davidstaff000000 000000 ## HOW TO CONTRIBUTE Thank you for considering contributing to this distribution. This file contains instructions that will help you work with the source code. The distribution is managed with Dist::Zilla. This means than many of the usual files you might expect are not in the repository, but are generated at release time (e.g. Makefile.PL). ### Getting dependencies See the included `cpanfile` file for a list of dependencies. If you have App::cpanminus 1.6 or later installed, you can use `cpanm` to satisfy dependencies like this: $ cpanm --installdeps . Otherwise, you can install Module::CPANfile 1.0002 or later and then satisfy dependencies with the regular `cpan` client and `cpanfile-dump`: $ cpan `cpanfile-dump` ### Running tests You can run tests directly using the `prove` tool: $ prove -l $ prove -lv t/some_test_file.t For most distributions, `prove` is entirely sufficent for you to test any patches you have. ### Code style and tidying Please try to match any existing coding style. If there is a `.perltidyrc` file, please install Perl::Tidy and use perltidy before submitting patches. If there is a `tidyall.ini` file, you can also install Code::TidyAll and run `tidyall` on a file or `tidyall -a` to tidy all files. ### Patching documentation Much of the documentation Pod is generated at release time. Depending on the distribution, some documentation may be written in a Pod dialect called WikiDoc. (See Pod::WikiDoc on CPAN.) If you would like to submit a documentation edit, please limit yourself to the documentation you see. If you see typos or documentation issues in the generated docs, please email or open a bug ticket instead of patching. ### Learning Dist::Zilla Dist::Zilla is a very powerful authoring tool, but requires a number of author-specific plugins. If you would like to use it for contributing, install it from CPAN, then run one of the following commands, depending on your CPAN client: $ cpan `dzil authordeps` $ dzil authordeps | cpanm Once installed, here are some dzil commands you might try: $ dzil build $ dzil test $ dzil xtest You can learn more about Dist::Zilla at http://dzil.org/ MooseX-Types-Stringlike-0.002/cpanfile000644 000765 000024 00000001617 12235325044 020103 0ustar00davidstaff000000 000000 requires "MooseX::Types" => "0"; requires "MooseX::Types::Moose" => "0"; requires "overload" => "0"; requires "perl" => "5.008001"; requires "strict" => "0"; requires "warnings" => "0"; on 'test' => sub { requires "ExtUtils::MakeMaker" => "0"; requires "File::Spec::Functions" => "0"; requires "List::Util" => "0"; requires "Moose" => "0"; requires "Test::More" => "0.96"; }; on 'test' => sub { recommends "CPAN::Meta" => "0"; recommends "CPAN::Meta::Requirements" => "0"; }; on 'configure' => sub { requires "ExtUtils::MakeMaker" => "6.17"; }; on 'develop' => sub { requires "File::Spec" => "0"; requires "File::Temp" => "0"; requires "IO::Handle" => "0"; requires "IPC::Open3" => "0"; requires "Pod::Coverage::TrustPod" => "0"; requires "Test::CPAN::Meta" => "0"; requires "Test::More" => "0"; requires "Test::Pod" => "1.41"; requires "Test::Pod::Coverage" => "1.08"; }; MooseX-Types-Stringlike-0.002/dist.ini000644 000765 000024 00000000416 12235325044 020037 0ustar00davidstaff000000 000000 name = MooseX-Types-Stringlike author = David Golden license = Apache_2_0 copyright_holder = David Golden copyright_year = 2012 [@DAGOLDEN] :version = 0.056 stopwords = Stringable stopwords = Dagfinn stopwords = Ilmari stopwords = Mannsåker MooseX-Types-Stringlike-0.002/lib/000755 000765 000024 00000000000 12235325044 017140 5ustar00davidstaff000000 000000 MooseX-Types-Stringlike-0.002/LICENSE000644 000765 000024 00000026354 12235325044 017411 0ustar00davidstaff000000 000000 This software is Copyright (c) 2012 by David Golden. This is free software, licensed under: The Apache License, Version 2.0, January 2004 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. MooseX-Types-Stringlike-0.002/Makefile.PL000644 000765 000024 00000002635 12235325044 020352 0ustar00davidstaff000000 000000 use strict; use warnings; use 5.008001; use ExtUtils::MakeMaker 6.17; my %WriteMakefileArgs = ( "ABSTRACT" => "Moose type constraints for strings or string-like objects", "AUTHOR" => "David Golden ", "BUILD_REQUIRES" => {}, "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => "6.17" }, "DISTNAME" => "MooseX-Types-Stringlike", "EXE_FILES" => [], "LICENSE" => "apache", "NAME" => "MooseX::Types::Stringlike", "PREREQ_PM" => { "MooseX::Types" => 0, "MooseX::Types::Moose" => 0, "overload" => 0, "strict" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { "ExtUtils::MakeMaker" => 0, "File::Spec::Functions" => 0, "List::Util" => 0, "Moose" => 0, "Test::More" => "0.96" }, "VERSION" => "0.002", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "ExtUtils::MakeMaker" => 0, "File::Spec::Functions" => 0, "List::Util" => 0, "Moose" => 0, "MooseX::Types" => 0, "MooseX::Types::Moose" => 0, "Test::More" => "0.96", "overload" => 0, "strict" => 0, "warnings" => 0 ); 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); MooseX-Types-Stringlike-0.002/MANIFEST000644 000765 000024 00000000624 12235325044 017525 0ustar00davidstaff000000 000000 CONTRIBUTING Changes LICENSE MANIFEST META.json META.yml Makefile.PL README cpanfile dist.ini lib/MooseX/Types/Stringlike.pm perlcritic.rc t/00-report-prereqs.t t/stringable.t tidyall.ini xt/author/00-compile.t xt/author/critic.t xt/author/pod-spell.t xt/release/distmeta.t xt/release/minimum-version.t xt/release/pod-coverage.t xt/release/pod-syntax.t xt/release/portability.t xt/release/test-version.t MooseX-Types-Stringlike-0.002/META.json000644 000765 000024 00000004540 12235325044 020016 0ustar00davidstaff000000 000000 { "abstract" : "Moose type constraints for strings or string-like objects", "author" : [ "David Golden " ], "dynamic_config" : 0, "generated_by" : "Dist::Zilla version 5.003, CPAN::Meta::Converter version 2.132830", "license" : [ "apache_2_0" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", "version" : "2" }, "name" : "MooseX-Types-Stringlike", "no_index" : { "directory" : [ "t", "xt", "examples", "corpus" ], "package" : [ "DB" ] }, "prereqs" : { "configure" : { "requires" : { "ExtUtils::MakeMaker" : "6.17" } }, "develop" : { "requires" : { "File::Spec" : "0", "File::Temp" : "0", "IO::Handle" : "0", "IPC::Open3" : "0", "Pod::Coverage::TrustPod" : "0", "Test::CPAN::Meta" : "0", "Test::More" : "0", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08" } }, "runtime" : { "requires" : { "MooseX::Types" : "0", "MooseX::Types::Moose" : "0", "overload" : "0", "perl" : "5.008001", "strict" : "0", "warnings" : "0" } }, "test" : { "recommends" : { "CPAN::Meta" : "0", "CPAN::Meta::Requirements" : "0" }, "requires" : { "ExtUtils::MakeMaker" : "0", "File::Spec::Functions" : "0", "List::Util" : "0", "Moose" : "0", "Test::More" : "0.96" } } }, "provides" : { "MooseX::Types::Stringlike" : { "file" : "lib/MooseX/Types/Stringlike.pm", "version" : "0.002" } }, "release_status" : "stable", "resources" : { "bugtracker" : { "web" : "https://github.com/dagolden/MooseX-Types-Stringlike/issues" }, "homepage" : "https://github.com/dagolden/MooseX-Types-Stringlike", "repository" : { "type" : "git", "url" : "https://github.com/dagolden/MooseX-Types-Stringlike.git", "web" : "https://github.com/dagolden/MooseX-Types-Stringlike" } }, "version" : "0.002", "x_authority" : "cpan:DAGOLDEN" } MooseX-Types-Stringlike-0.002/META.yml000644 000765 000024 00000002065 12235325044 017646 0ustar00davidstaff000000 000000 --- abstract: 'Moose type constraints for strings or string-like objects' author: - 'David Golden ' build_requires: ExtUtils::MakeMaker: 0 File::Spec::Functions: 0 List::Util: 0 Moose: 0 Test::More: 0.96 configure_requires: ExtUtils::MakeMaker: 6.17 dynamic_config: 0 generated_by: 'Dist::Zilla version 5.003, CPAN::Meta::Converter version 2.132830' license: apache meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 name: MooseX-Types-Stringlike no_index: directory: - t - xt - examples - corpus package: - DB provides: MooseX::Types::Stringlike: file: lib/MooseX/Types/Stringlike.pm version: 0.002 requires: MooseX::Types: 0 MooseX::Types::Moose: 0 overload: 0 perl: 5.008001 strict: 0 warnings: 0 resources: bugtracker: https://github.com/dagolden/MooseX-Types-Stringlike/issues homepage: https://github.com/dagolden/MooseX-Types-Stringlike repository: https://github.com/dagolden/MooseX-Types-Stringlike.git version: 0.002 x_authority: cpan:DAGOLDEN MooseX-Types-Stringlike-0.002/perlcritic.rc000644 000765 000024 00000001072 12235325044 021060 0ustar00davidstaff000000 000000 severity = 5 verbose = 8 [Variables::ProhibitPunctuationVars] allow = $@ $! [TestingAndDebugging::ProhibitNoStrict] allow = refs # Turn these off [-BuiltinFunctions::ProhibitStringyEval] [-ControlStructures::ProhibitPostfixControls] [-ControlStructures::ProhibitUnlessBlocks] [-Documentation::RequirePodSections] [-InputOutput::ProhibitInteractiveTest] [-References::ProhibitDoubleSigils] [-RegularExpressions::RequireExtendedFormatting] [-InputOutput::ProhibitTwoArgOpen] [-Modules::ProhibitEvilModules] # Turn this on [Lax::ProhibitStringyEval::ExceptForRequire] MooseX-Types-Stringlike-0.002/README000644 000765 000024 00000003466 12235325044 017263 0ustar00davidstaff000000 000000 NAME MooseX::Types::Stringlike - Moose type constraints for strings or string-like objects VERSION version 0.002 SYNOPSIS package Foo; use Moose; use MooseX::Types::Stringlike qw/Stringlike Stringable/; has path => ( is => 'ro', isa => Stringlike, coerce => 1 ); has stringable_object => ( is => 'ro', isa => Stringable, ); DESCRIPTION This module provides a more general version of the "Str" type. If coercions are enabled, it will accepts objects that overload stringification and coerces them into strings. SUBTYPES This module uses MooseX::Types to define the following subtypes. Stringlike "Stringlike" is a subtype of "Str". It can coerce "Stringable" objects into a string. Stringable "Stringable" is a subtype of "Object" where the object has overloaded stringification. SEE ALSO * Moose::Manual::Types * MooseX::Types ACKNOWLEDGMENTS Thank you to Dagfinn Ilmari Mannsåker for the idea on IRC that led to this module. SUPPORT Bugs / Feature Requests Please report any bugs or feature requests through the issue tracker at . You will be notified automatically of any progress on your issue. Source Code This is open source software. The code repository is available for public review and contribution under the terms of the license. git clone https://github.com/dagolden/MooseX-Types-Stringlike.git AUTHOR David Golden COPYRIGHT AND LICENSE This software is Copyright (c) 2012 by David Golden. This is free software, licensed under: The Apache License, Version 2.0, January 2004 MooseX-Types-Stringlike-0.002/t/000755 000765 000024 00000000000 12235325044 016635 5ustar00davidstaff000000 000000 MooseX-Types-Stringlike-0.002/tidyall.ini000644 000765 000024 00000000240 12235325044 020531 0ustar00davidstaff000000 000000 ; Install Code::TidyAll ; run "tidyall -a" to tidy all files ; run "tidyall -g" to tidy only files modified from git [PerlTidy] select = {lib,t}/**/*.{pl,pm,t} MooseX-Types-Stringlike-0.002/xt/000755 000765 000024 00000000000 12235325044 017025 5ustar00davidstaff000000 000000 MooseX-Types-Stringlike-0.002/xt/author/000755 000765 000024 00000000000 12235325044 020327 5ustar00davidstaff000000 000000 MooseX-Types-Stringlike-0.002/xt/release/000755 000765 000024 00000000000 12235325044 020445 5ustar00davidstaff000000 000000 MooseX-Types-Stringlike-0.002/xt/release/distmeta.t000644 000765 000024 00000000217 12235325044 022444 0ustar00davidstaff000000 000000 #!perl use Test::More; eval "use Test::CPAN::Meta"; plan skip_all => "Test::CPAN::Meta required for testing META.yml" if $@; meta_yaml_ok(); MooseX-Types-Stringlike-0.002/xt/release/minimum-version.t000644 000765 000024 00000000266 12235325044 023774 0ustar00davidstaff000000 000000 #!perl use Test::More; eval "use Test::MinimumVersion"; plan skip_all => "Test::MinimumVersion required for testing minimum versions" if $@; all_minimum_version_ok( qq{5.010} ); MooseX-Types-Stringlike-0.002/xt/release/pod-coverage.t000644 000765 000024 00000000527 12235325044 023211 0ustar00davidstaff000000 000000 #!perl use Test::More; eval "use Test::Pod::Coverage 1.08"; plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" if $@; eval "use Pod::Coverage::TrustPod"; plan skip_all => "Pod::Coverage::TrustPod required for testing POD coverage" if $@; all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); MooseX-Types-Stringlike-0.002/xt/release/pod-syntax.t000644 000765 000024 00000000212 12235325044 022733 0ustar00davidstaff000000 000000 #!perl use Test::More; eval "use Test::Pod 1.41"; plan skip_all => "Test::Pod 1.41 required for testing POD" if $@; all_pod_files_ok(); MooseX-Types-Stringlike-0.002/xt/release/portability.t000644 000765 000024 00000000332 12235325044 023172 0ustar00davidstaff000000 000000 #!perl use strict; use warnings; use Test::More; eval 'use Test::Portability::Files'; plan skip_all => 'Test::Portability::Files required for testing portability' if $@; options(test_one_dot => 0); run_tests(); MooseX-Types-Stringlike-0.002/xt/release/test-version.t000644 000765 000024 00000000643 12235325044 023277 0ustar00davidstaff000000 000000 use strict; use warnings; use Test::More; # generated by Dist::Zilla::Plugin::Test::Version 0.002004 BEGIN { eval "use Test::Version; 1;" or die $@; } my @imports = ( 'version_all_ok' ); my $params = { is_strict => 0, has_version => 1, }; push @imports, $params if version->parse( $Test::Version::VERSION ) >= version->parse('1.002'); Test::Version->import(@imports); version_all_ok; done_testing; MooseX-Types-Stringlike-0.002/xt/author/00-compile.t000644 000765 000024 00000002041 12235325044 022356 0ustar00davidstaff000000 000000 use strict; use warnings; # this test was generated with Dist::Zilla::Plugin::Test::Compile 2.037 use Test::More tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0); my @module_files = ( 'MooseX/Types/Stringlike.pm' ); # fake home for cpan-testers use File::Temp; local $ENV{HOME} = File::Temp::tempdir( CLEANUP => 1 ); my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib'; use File::Spec; use IPC::Open3; use IO::Handle; my @warnings; for my $lib (@module_files) { # see L open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!"; my $stderr = IO::Handle->new; my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]"); binmode $stderr, ':crlf' if $^O eq 'MSWin32'; my @_warnings = <$stderr>; waitpid($pid, 0); is($?, 0, "$lib loaded ok"); if (@_warnings) { warn @_warnings; push @warnings, @_warnings; } } is(scalar(@warnings), 0, 'no warnings found') if $ENV{AUTHOR_TESTING}; MooseX-Types-Stringlike-0.002/xt/author/critic.t000644 000765 000024 00000000435 12235325044 021773 0ustar00davidstaff000000 000000 #!perl use strict; use warnings; use Test::More; use English qw(-no_match_vars); eval "use Test::Perl::Critic"; plan skip_all => 'Test::Perl::Critic required to criticise code' if $@; Test::Perl::Critic->import( -profile => "perlcritic.rc" ) if -e "perlcritic.rc"; all_critic_ok(); MooseX-Types-Stringlike-0.002/xt/author/pod-spell.t000644 000765 000024 00000000474 12235325044 022420 0ustar00davidstaff000000 000000 use strict; use warnings; use Test::More; # generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006001 use Test::Spelling 0.12; use Pod::Wordlist; add_stopwords(); all_pod_files_spelling_ok( qw( bin lib ) ); __DATA__ Stringable Dagfinn Ilmari Mannsåker David Golden dagolden lib MooseX Types Stringlike MooseX-Types-Stringlike-0.002/t/00-report-prereqs.t000644 000765 000024 00000006642 12235325044 022241 0ustar00davidstaff000000 000000 #!perl use strict; use warnings; # This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.010 use Test::More tests => 1; use ExtUtils::MakeMaker; use File::Spec::Functions; use List::Util qw/max/; my @modules = qw( CPAN::Meta CPAN::Meta::Requirements ExtUtils::MakeMaker File::Spec::Functions List::Util Moose MooseX::Types MooseX::Types::Moose Test::More overload perl strict warnings ); my %exclude = map {; $_ => 1 } qw( ); my ($source) = grep { -f $_ } qw/MYMETA.json MYMETA.yml META.json/; $source = "META.yml" unless defined $source; # replace modules with dynamic results from MYMETA.json if we can # (hide CPAN::Meta from prereq scanner) my $cpan_meta = "CPAN::Meta"; my $cpan_meta_req = "CPAN::Meta::Requirements"; my $all_requires; if ( -f $source && eval "require $cpan_meta" ) { ## no critic if ( my $meta = eval { CPAN::Meta->load_file($source) } ) { # Get ALL modules mentioned in META (any phase/type) my $prereqs = $meta->prereqs; delete $prereqs->{develop} if not $ENV{AUTHOR_TESTING}; my %uniq = map {$_ => 1} map { keys %$_ } map { values %$_ } values %$prereqs; $uniq{$_} = 1 for @modules; # don't lose any static ones @modules = sort grep { ! $exclude{$_} } keys %uniq; # If verifying, merge 'requires' only for major phases if ( 1 ) { $prereqs = $meta->effective_prereqs; # get the object, not the hash if (eval "require $cpan_meta_req; 1") { ## no critic $all_requires = $cpan_meta_req->new; for my $phase ( qw/configure build test runtime/ ) { $all_requires->add_requirements( $prereqs->requirements_for($phase, 'requires') ); } } } } } my @reports = [qw/Version Module/]; my @dep_errors; my $req_hash = defined($all_requires) ? $all_requires->as_string_hash : {}; for my $mod ( @modules ) { next if $mod eq 'perl'; my $file = $mod; $file =~ s{::}{/}g; $file .= ".pm"; my ($prefix) = grep { -e catfile($_, $file) } @INC; if ( $prefix ) { my $ver = MM->parse_version( catfile($prefix, $file) ); $ver = "undef" unless defined $ver; # Newer MM should do this anyway push @reports, [$ver, $mod]; if ( 1 && $all_requires ) { my $req = $req_hash->{$mod}; if ( defined $req && length $req ) { if ( ! defined eval { version->parse($ver) } ) { push @dep_errors, "$mod version '$ver' cannot be parsed (version '$req' required)"; } elsif ( ! $all_requires->accepts_module( $mod => $ver ) ) { push @dep_errors, "$mod version '$ver' is not in required range '$req'"; } } } } else { push @reports, ["missing", $mod]; if ( 1 && $all_requires ) { my $req = $req_hash->{$mod}; if ( defined $req && length $req ) { push @dep_errors, "$mod is not installed (version '$req' required)"; } } } } if ( @reports ) { my $vl = max map { length $_->[0] } @reports; my $ml = max map { length $_->[1] } @reports; splice @reports, 1, 0, ["-" x $vl, "-" x $ml]; diag "\nVersions for all modules listed in $source (including optional ones):\n", map {sprintf(" %*s %*s\n",$vl,$_->[0],-$ml,$_->[1])} @reports; } if ( @dep_errors ) { diag join("\n", "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***\n", "The following REQUIRED prerequisites were not satisfied:\n", @dep_errors, "\n" ); } pass; # vim: ts=2 sts=2 sw=2 et: MooseX-Types-Stringlike-0.002/t/stringable.t000644 000765 000024 00000001654 12235325044 021162 0ustar00davidstaff000000 000000 use 5.006; use strict; use warnings; use Test::More 0.96; { package BlessedPath; use overload q{""} => sub { "${$_[0]}" }; sub new { my ($class, $path) = @_; return bless \$path, $class; } } { package Foo; use Moose; use MooseX::Types::Stringlike qw/Stringable Stringlike/; has path => ( is => 'ro', isa => Stringlike, coerce => 1 ); has path_obj => (is => 'ro', isa => Stringable ); } my $obj = eval { Foo->new( path => BlessedPath->new("./t"), path_obj => BlessedPath->new("./lib"), ) }; is( $@, '', "object created without exception" ); is( ref($obj->path), '', "path attribute has been coerced to string" ); is( ref($obj->path_obj), 'BlessedPath', "path_obj is still an object" ); done_testing; # # This file is part of MooseX-Types-Stringlike # # This software is Copyright (c) 2012 by David Golden. # # This is free software, licensed under: # # The Apache License, Version 2.0, January 2004 # MooseX-Types-Stringlike-0.002/lib/MooseX/000755 000765 000024 00000000000 12235325044 020352 5ustar00davidstaff000000 000000 MooseX-Types-Stringlike-0.002/lib/MooseX/Types/000755 000765 000024 00000000000 12235325044 021456 5ustar00davidstaff000000 000000 MooseX-Types-Stringlike-0.002/lib/MooseX/Types/Stringlike.pm000644 000765 000024 00000005040 12235325044 024126 0ustar00davidstaff000000 000000 use 5.008001; use strict; use warnings; package MooseX::Types::Stringlike; # ABSTRACT: Moose type constraints for strings or string-like objects our $VERSION = '0.002'; # VERSION use MooseX::Types -declare => [ qw/Stringable Stringlike/ ]; use MooseX::Types::Moose qw/Str Object/; use overload (); # Thanks ilmari for suggesting something like this subtype Stringable, as Object, where { overload::Method($_, '""') }; subtype Stringlike, as Str; coerce Stringlike, from Stringable, via { "$_" }; 1; # vim: ts=2 sts=2 sw=2 et: __END__ =pod =encoding UTF-8 =head1 NAME MooseX::Types::Stringlike - Moose type constraints for strings or string-like objects =head1 VERSION version 0.002 =head1 SYNOPSIS package Foo; use Moose; use MooseX::Types::Stringlike qw/Stringlike Stringable/; has path => ( is => 'ro', isa => Stringlike, coerce => 1 ); has stringable_object => ( is => 'ro', isa => Stringable, ); =head1 DESCRIPTION This module provides a more general version of the C type. If coercions are enabled, it will accepts objects that overload stringification and coerces them into strings. =for Pod::Coverage method_names_here =head1 SUBTYPES This module uses L to define the following subtypes. =head2 Stringlike C is a subtype of C. It can coerce C objects into a string. =head2 Stringable C is a subtype of C where the object has overloaded stringification. =head1 SEE ALSO =over 4 =item * L =item * L =back =head1 ACKNOWLEDGMENTS Thank you to Dagfinn Ilmari Mannsåker for the idea on IRC that led to this module. =for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan =head1 SUPPORT =head2 Bugs / Feature Requests Please report any bugs or feature requests through the issue tracker at L. You will be notified automatically of any progress on your issue. =head2 Source Code This is open source software. The code repository is available for public review and contribution under the terms of the license. L git clone https://github.com/dagolden/MooseX-Types-Stringlike.git =head1 AUTHOR David Golden =head1 COPYRIGHT AND LICENSE This software is Copyright (c) 2012 by David Golden. This is free software, licensed under: The Apache License, Version 2.0, January 2004 =cut