Subject: | Documentation: clarify configured module name |
The documentation for Catalyst::View::JSON states that the configuration values should be under the "View::JSON" key. This could apply to one of two things in the document: the Catalyst::View::JSON module itself or the MyApp::View::JSON view that is created as an example.
I think it would be best to disambiguate this: either rename the example package to something that does not contain the View::JSON string (MyApp::View::API::JSON, maybe?) or explicitly state that the configuration key corresponds to the name of the Catalyst view.
I think it would be best to disambiguate this: either rename the example package to something that does not contain the View::JSON string (MyApp::View::API::JSON, maybe?) or explicitly state that the configuration key corresponds to the name of the Catalyst view.