X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FConfig%2FAny%2FPerl.pm;h=6a2e3301013a749b6848ee5c1196a1443d4fb7e0;hb=e117e7e8797001e7d7715f19380875f336e65b23;hp=5d8e0a580275a79bd648282e0ad91b985cd3ae75;hpb=92a04e78451078b33f75e7c44d247b024c27b4f7;p=p5sagit%2FConfig-Any.git diff --git a/lib/Config/Any/Perl.pm b/lib/Config/Any/Perl.pm index 5d8e0a5..6a2e330 100644 --- a/lib/Config/Any/Perl.pm +++ b/lib/Config/Any/Perl.pm @@ -54,17 +54,23 @@ sub load { return $content; } -=head1 AUTHOR +=head2 is_supported( ) -=over 4 +Returns true. -=item * Brian Cassidy Ebricas@cpan.orgE +=cut -=back +sub is_supported { + return 1; +} + +=head1 AUTHOR + +Brian Cassidy Ebricas@cpan.orgE =head1 COPYRIGHT AND LICENSE -Copyright 2006 by Brian Cassidy +Copyright 2007 by Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.