added is_supported() to see what plugins we can use
[p5sagit/Config-Any.git] / lib / Config / Any / Perl.pm
index ed3752b..6a2e330 100644 (file)
@@ -54,6 +54,16 @@ sub load {
     return $content;
 }
 
+=head2 is_supported( )
+
+Returns true.
+
+=cut
+
+sub is_supported {
+    return 1;
+}
+
 =head1 AUTHOR
 
 Brian Cassidy E<lt>bricas@cpan.orgE<gt>