X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=lib%2FConfig%2FAny%2FPerl.pm;h=6a2e3301013a749b6848ee5c1196a1443d4fb7e0;hp=ed3752bd339fe4b2e1a0dec7fd5486a425d55561;hb=72628dc786ef43d546023d6f17a86c3f5edeb21a;hpb=a918b0b8b7952db918dfabb8dc72bf34832d43d0 diff --git a/lib/Config/Any/Perl.pm b/lib/Config/Any/Perl.pm index ed3752b..6a2e330 100644 --- a/lib/Config/Any/Perl.pm +++ b/lib/Config/Any/Perl.pm @@ -54,6 +54,16 @@ sub load { return $content; } +=head2 is_supported( ) + +Returns true. + +=cut + +sub is_supported { + return 1; +} + =head1 AUTHOR Brian Cassidy Ebricas@cpan.orgE