Scalar-Does

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

 - Show how IO::Detect's constants can be used with Scalar::Does's does()
   function.

 [ Other ]
 - IO::Detect now performs the same namespace::clean trickery as
   Scalar::Does to fake lexical subs.
 - Improve test suite cleanliness; use Test::Requires, etc.
 - does($class, $overloaded_operation) no longer returns true.
   does($instance, $overloaded_operation) still works of course!
 - use lexical::underscore instead of directly mucking around with
   PadWalker.

0.100	2013-03-07

 [ Packaging ]
 - Merge IO-Detect distribution into Scalar-Does.
 - The IO-Detect-Changes.txt file lists changes to the IO-Detect
   distribution prior to merge.

 [ Other ]
 - Updated: New test case for IO::Detect/Path::Tiny interaction.

doap.ttl  view on Meta::CPAN

	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Scalar-Does-0.100.tar.gz>;
	doap:revision        "0.100"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Scalar-Does/v_0-101>
	a                    doap:Version;
	dc:identifier        "Scalar-Does-0.101"^^xsd:string;
	dc:issued            "2013-03-08"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Change;
			rdfs:label "use lexical::underscore instead of directly mucking around with PadWalker.";
		], [
			a doap-changeset:Documentation;
			rdfs:label "Show how IO::Detect's constants can be used with Scalar::Does's does() function.";
		], [
			a doap-changeset:Change;
			rdfs:label "IO::Detect now performs the same namespace::clean trickery as Scalar::Does to fake lexical subs.";
		], [
			a doap-changeset:Change;
			rdfs:label "does($class, $overloaded_operation) no longer returns true. does($instance, $overloaded_operation) still works of course!";
		], [



( run in 0.674 second using v1.01-cache-2.11-cpan-05444aca049 )