Guest User

Untitled

a guest
Feb 21st, 2018
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. chris-andrews-computer:message-daemon chris$ perl -I Catalyst-Engine-Stomp/lib PaymentApp/script/paymentapp_stomp.pl -d
  2. [debug] Debug messages enabled
  3. [debug] Statistics enabled
  4. [debug] Loaded plugins:
  5. .----------------------------------------------------------------------------.
  6. | Catalyst::Plugin::ConfigLoader 0.21 |
  7. | Catalyst::Plugin::Static::Simple 0.20 |
  8. '----------------------------------------------------------------------------'
  9.  
  10. [debug] Loaded dispatcher "Catalyst::Dispatcher"
  11. [debug] Loaded engine "Catalyst::Engine::Stomp"
  12. [debug] Found home "/Users/chris/Projects/venda/message-daemon/PaymentApp"
  13. [debug] Loaded components:
  14. .-----------------------------------------------------------------+----------.
  15. | Class | Type |
  16. +-----------------------------------------------------------------+----------+
  17. | PaymentApp::Controller::Bar | instance |
  18. | PaymentApp::Controller::Foo | instance |
  19. | PaymentApp::Controller::Message | instance |
  20. | PaymentApp::Controller::Root | instance |
  21. '-----------------------------------------------------------------+----------'
  22.  
  23. [debug] Loaded Private actions:
  24. .----------------------+--------------------------------------+--------------.
  25. | Private | Class | Method |
  26. +----------------------+--------------------------------------+--------------+
  27. | /default | PaymentApp::Controller::Root | default |
  28. | /message/default | PaymentApp::Controller::Message | default |
  29. | /message/begin | PaymentApp::Controller::Message | begin |
  30. | /bar/authorise | PaymentApp::Controller::Bar | authorise |
  31. | /bar/default | PaymentApp::Controller::Bar | default |
  32. | /bar/begin | PaymentApp::Controller::Bar | begin |
  33. | /foo/refund | PaymentApp::Controller::Foo | refund |
  34. | /foo/payment | PaymentApp::Controller::Foo | payment |
  35. | /foo/default | PaymentApp::Controller::Foo | default |
  36. | /foo/begin | PaymentApp::Controller::Foo | begin |
  37. '----------------------+--------------------------------------+--------------'
  38.  
  39. [debug] Loaded Path actions:
  40. .-------------------------------------+--------------------------------------.
  41. | Path | Private |
  42. +-------------------------------------+--------------------------------------+
  43. | /bar/authorise | /bar/authorise |
  44. | /foo/payment | /foo/payment |
  45. | /foo/refund | /foo/refund |
  46. '-------------------------------------+--------------------------------------'
Add Comment
Please, Sign In to add comment