X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=2508368c56be5e987ef39f45d11fde50a4cbb878;hb=d095c62d491afe010e870f31b4e0d1419273cba9;hp=88b6bf47046557b425f1a715663e80b2c5301efe;hpb=a9e985b78735ff61e4443139aa510915222cd550;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 88b6bf4..2508368 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -57,8 +57,16 @@ sub _attr_cache { }; } +# *DO NOT* change this URL nor the identically named =head1 below +# it is linked throughout the ecosystem +sub DBIx::Class::_ENV_::HELP_URL () { + 'http://p3rl.org/DBIx::Class#GETTING_HELP/SUPPORT' +} + 1; +__END__ + =encoding UTF-8 =head1 NAME @@ -74,12 +82,6 @@ L in the order presented there. =cut -# *DO NOT* change this heading - it is linked throughout the ecosystem - -sub DBIx::Class::_ENV_::HELP_URL () { - 'http://p3rl.org/DBIx::Class#GETTING_HELP/SUPPORT' -} - =head1 GETTING HELP/SUPPORT Due to the sheer size of its problem domain, DBIx::Class is a relatively