Guest User

Untitled

a guest
Jul 16th, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.19 KB | None | 0 0
  1. 1..101
  2. ok 1 - The object isa Jifty::Server
  3. ok 2 - started server
  4. ok 3 - Loaded the test script
  5. ok 4
  6. ok 5 - get successful
  7. ok 6
  8. ok 7 - get successful
  9. ok 8
  10. ok 9 - get successful
  11. ok 10
  12. ok 11 - get successful
  13. ok 12 - four keys in the user record
  14. ok 13 - get successful
  15. ok 14 - four keys in the user record
  16. ok 15 - get successful
  17. ok 16 - four keys in the user record
  18. ok 17 - get successful
  19. ok 18 - one user
  20. ok 19 - get successful
  21. ok 20 - one user
  22. ok 21 - get successful
  23. ok 22 - one user
  24. ok 23 - get successful
  25. ok 24
  26. ok 25 - get successful
  27. ok 26
  28. ok 27 - get successful
  29. ok 28
  30. ok 29 - get successful
  31. ok 30
  32. ok 31 - get successful
  33. ok 32
  34. ok 33 - get successful
  35. ok 34
  36. ok 35 - post successful
  37. ok 36 - redirect successful
  38. ok 37
  39. ok 38
  40. ok 39 - post successful
  41. ok 40 - redirect successful
  42. ok 41
  43. ok 42
  44. ok 43 - post successful
  45. ok 44 - redirect successful
  46. ok 45
  47. ok 46
  48. ok 47 - create via POST to model worked
  49. not ok 48 - create via POST to model with disallowed create action failed with 403
  50. # Failed test 'create via POST to model with disallowed create action failed with 403'
  51. # at t/TestApp-Plugin-REST/t/03-format.t line 156.
  52. # got: '500'
  53. # expected: '403'
  54. ok 49 - GET /=/search/user/id/1.yml
  55. ok 50
  56. ok 51 - GET /=/search/user/id/1/name/test.yml
  57. ok 52
  58. ok 53 - GET /=/search/user/id/1
  59. ok 54
  60. ok 55
  61. ok 56 - GET /=/search/user/id/1.html
  62. ok 57
  63. ok 58 - GET /=/search/user/id/1/name/test/email.yml
  64. ok 59
  65. ok 60
  66. ok 61
  67. ok 62
  68. ok 63 - GET /=/action/
  69. ok 64
  70. ok 65 - Content contains "TestApp.Plugin.REST.Action.CreateGroup"
  71. ok 66 - Content contains "TestApp.Plugin.REST.Action.UpdateGroup"
  72. ok 67 - Content contains "TestApp.Plugin.REST.Action.SearchGroup"
  73. ok 68 - Content contains "TestApp.Plugin.REST.Action.ExecuteGroup"
  74. ok 69 - Content contains "TestApp.Plugin.REST.Action.CreateUser"
  75. ok 70 - Content contains "TestApp.Plugin.REST.Action.UpdateUser"
  76. ok 71 - Content contains "TestApp.Plugin.REST.Action.DeleteUser"
  77. ok 72 - Content contains "TestApp.Plugin.REST.Action.SearchUser"
  78. ok 73 - Content contains "TestApp.Plugin.REST.Action.ExecuteUser"
  79. ok 74 - Content contains "TestApp.Plugin.REST.Action.DoSomething"
  80. ok 75 - Content contains "Jifty.Action.Autocomplete"
  81. ok 76 - Content contains "Jifty.Action.Redirect"
  82. ok 77 - GET /=/action.yml
  83. ok 78 - Got all the actions as YAML
  84. ok 79 - GET /=/action/DoSomething
  85. ok 80
  86. ok 81 - GET /=/action/TestApp::Plugin::REST::Action::DoSomething
  87. ok 82
  88. ok 83 - GET /=/action/TestApp.Plugin.REST.Action.DoSomething
  89. ok 84
  90. ok 85 - Content contains "email"
  91. ok 86 - Content contains "Email"
  92. ok 87 - Content contains "example@email.com"
  93. ok 88 - GET /=/action/DoSomething.yml
  94. ok 89
  95. ok 90 - Action has an email parameter
  96. ok 91 - email has the correct label
  97. ok 92 - email has the correct default
  98. ok 93 - Content contains "Something happened!"
  99. ok 94 - Content contains "Bad looking email"
  100. ok 95 - Content lacks "Something happened!"
  101. ok 96 - Content contains "Warning for email"
  102. ok 97 - Content contains "Something happened!"
  103. ok 98
  104. ok 99
  105. ok 100 - Action that doesn't validate fails
  106. ok 101
  107. # Looks like you failed 1 test of 101.
  108.  
  109.  
  110. Perl v5.8.8 under linux
  111. Modules in memory:
  112. 0;
  113. ajax;
  114. App::CLI v0.08;
  115. App::CLI::Command v-1, set by base.pm;
  116. are;
  117. as;
  118. Attribute::Handlers v0.78_02;
  119. Attribute::Handlers::UNIVERSAL;
  120. attributes v0.06;
  121. AutoLoader v5.60;
  122. B v1.09_01;
  123. B::AV;
  124. B::BINOP;
  125. B::BM;
  126. B::COP;
  127. B::CV;
  128. B::FM;
  129. B::GV;
  130. B::HV;
  131. B::IO;
  132. B::IV;
  133. B::LISTOP;
  134. B::LOGOP;
  135. B::LOOP;
  136. B::MAGIC;
  137. B::NULL;
  138. B::NV;
  139. B::OP;
  140. B::PADOP;
  141. B::PMOP;
  142. B::PV;
  143. B::PVIV;
  144. B::PVLV;
  145. B::PVMG;
  146. B::PVNV;
  147. B::PVOP;
  148. B::RV;
  149. B::Section;
  150. B::SPECIAL;
  151. B::SV;
  152. B::SVOP;
  153. B::UNOP;
  154. base v2.07;
  155. bytes v1.02;
  156. Cache::Simple::TimedExpiry v0.27;
  157. Carp v1.04;
  158. Carp::Assert v0.20;
  159. Carp::Assert::More v1.12;
  160. CGI v3.48;
  161. CGI::Cookie v1.29;
  162. CGI::SUPER;
  163. CGI::Util v3.48;
  164. CGITempFile;
  165. Class::Accessor v0.31;
  166. Class::Accessor::Chained::Fast v-1, set by base.pm;
  167. Class::Accessor::Fast v0.31;
  168. Class::Container v0.12;
  169. Class::Data::Inheritable v0.08;
  170. Class::InsideOut v1.09;
  171. Class::Inspector v1.22;
  172. Class::ISA v0.33;
  173. Class::ReturnValue v0.55;
  174. Class::Struct v0.63;
  175. Class::Struct::Tie_ISA;
  176. Class::Trigger v0.13;
  177. Clone v0.28;
  178. Compress::Raw::Zlib v2.021;
  179. Compress::Raw::Zlib::Deflate;
  180. Compress::Raw::Zlib::deflateStream;
  181. Compress::Raw::Zlib::Inflate;
  182. Compress::Raw::Zlib::InflateScan;
  183. Compress::Raw::Zlib::inflateScanStream;
  184. Compress::Raw::Zlib::inflateStream;
  185. Compress::Raw::Zlib::Parameters;
  186. Compress::Zlib v2.021;
  187. Compress::Zlib::gzFile;
  188. Config;
  189. constant v1.05;
  190. CORE::GLOBAL;
  191. CSS::Squish v0.07;
  192. Cwd v3.3;
  193. Data::Dumper v2.121_08;
  194. Data::OptList v0.103;
  195. Data::Page v2.00;
  196. Data::UUID v1.148;
  197. DateTime v0.47;
  198. DateTime::_Thawed;
  199. DateTime::Duration;
  200. DateTime::Helpers;
  201. DateTime::Infinite v-1, set by base.pm;
  202. DateTime::Infinite::Future;
  203. DateTime::Infinite::Past;
  204. DateTime::Locale v0.42;
  205. DateTime::Locale::Base v-1, set by base.pm;
  206. DateTime::Locale::Catalog;
  207. DateTime::Locale::en v-1, set by base.pm;
  208. DateTime::Locale::en_US;
  209. DateTime::Locale::root v-1, set by base.pm;
  210. DateTime::TimeZone v0.72;
  211. DateTime::TimeZone::Floating v0.01;
  212. DateTime::TimeZone::Local v0.01;
  213. DateTime::TimeZone::OffsetOnly v0.02;
  214. DateTime::TimeZone::UTC v0.01;
  215. DB;
  216. DBD::_::common;
  217. DBD::_::db;
  218. DBD::_::dr;
  219. DBD::_::st;
  220. DBD::_mem::common;
  221. DBD::_mem::db;
  222. DBD::_mem::dr;
  223. DBD::_mem::st;
  224. DBD::SQLite v1.19_01;
  225. DBD::SQLite::db;
  226. DBD::SQLite::db_mem;
  227. DBD::SQLite::dr;
  228. DBD::SQLite::dr_mem;
  229. DBD::SQLite::st;
  230. DBD::SQLite::st_mem;
  231. DBD::Switch::db;
  232. DBD::Switch::db_mem;
  233. DBD::Switch::dr;
  234. DBD::Switch::dr_mem;
  235. DBD::Switch::st;
  236. DBD::Switch::st_mem;
  237. DBI v1.609;
  238. DBI::common;
  239. DBI::db;
  240. DBI::DBI_tie;
  241. DBI::dr;
  242. DBI::st;
  243. DBI::var;
  244. DBIx::DBSchema v0.36;
  245. DBIx::DBSchema::_util;
  246. DBIx::DBSchema::ColGroup;
  247. DBIx::DBSchema::ColGroup::Index;
  248. DBIx::DBSchema::ColGroup::Unique;
  249. DBIx::DBSchema::Column v0.11;
  250. DBIx::DBSchema::DBD v0.05;
  251. DBIx::DBSchema::DBD::SQLite v0.02;
  252. DBIx::DBSchema::Index v0.1;
  253. DBIx::DBSchema::Table v0.07;
  254. Devel::InnerPackage v0.3;
  255. Devel::StackTrace v1.20;
  256. Devel::StackTraceFrame v1.20;
  257. Digest::base v1.16;
  258. Digest::MD5 v2.39;
  259. DynaLoader v1.05;
  260. Email::Folder v0.854;
  261. Email::FolderType v0.813;
  262. Email::LocalDelivery v0.217;
  263. Email::MIME::ContentType v1.014;
  264. Email::Simple v2.005;
  265. Email::Simple::Header v2.005;
  266. Encode v2.37;
  267. Encode::Alias v2.12;
  268. Encode::Config v2.05;
  269. Encode::ConfigLocal vߙϺß;
  270. Encode::Encoding v2.05;
  271. Encode::Guess v2.03;
  272. Encode::Internal;
  273. Encode::Unicode v2.06;
  274. Encode::utf8;
  275. Encode::UTF_EBCDIC;
  276. Encode::XS;
  277. encoding v2.6_01;
  278. Env v1.00;
  279. Env::Array;
  280. Env::Array::VMS;
  281. Errno v1.0901;
  282. Error v0.17015;
  283. Error::Simple;
  284. Error::subs;
  285. Error::WarnDie;
  286. EVERY;
  287. EVERY::LAST;
  288. Exception::Class v1.23;
  289. Exception::Class::Base v1.2;
  290. Exporter v5.58;
  291. Exporter::Heavy v5.58;
  292. Exporter::Lite v0.02;
  293. Fcntl v1.05;
  294. Fh;
  295. File::Basename v2.74;
  296. File::Find v1.10;
  297. File::Glob v1.05;
  298. File::GlobMapper v1.000;
  299. File::MMagic v1.27;
  300. File::Path v1.08;
  301. File::Path::Expand v1.02;
  302. File::ShareDir v1.00;
  303. File::Spec v3.3;
  304. File::Spec::Functions v3.3;
  305. File::Spec::Unix v3.3;
  306. File::Temp v0.22;
  307. File::Temp::Dir;
  308. FileHandle v2.01;
  309. FindBin v1.47;
  310. Getopt::Long v2.35;
  311. Getopt::Long::Parser;
  312. Hash::Merge v0.10;
  313. Hook::LexWrap v0.20;
  314. Hook::LexWrap::Cleanup;
  315. HTML::Entities v3.64;
  316. HTML::Form v5.829;
  317. HTML::Form::FileInput;
  318. HTML::Form::IgnoreInput;
  319. HTML::Form::ImageInput;
  320. HTML::Form::Input;
  321. HTML::Form::KeygenInput;
  322. HTML::Form::ListInput;
  323. HTML::Form::SubmitInput;
  324. HTML::Form::TextInput;
  325. HTML::HeadParser v3.62;
  326. HTML::HeadParser::SUPER;
  327. HTML::Lint v2.02;
  328. HTML::Lint::Error;
  329. HTML::Lint::HTML4;
  330. HTML::Lint::Parser;
  331. HTML::Mason v1.40;
  332. HTML::Mason::Cache::BaseCache;
  333. HTML::Mason::ComponentSource;
  334. HTML::Mason::Escapes;
  335. HTML::Mason::Exception v1.1;
  336. HTML::Mason::Exception::Abort v1.1;
  337. HTML::Mason::Exception::Compilation v1.1;
  338. HTML::Mason::Exception::Compilation::IncompatibleCompiler v1.1;
  339. HTML::Mason::Exception::Compiler v1.1;
  340. HTML::Mason::Exception::Decline v1.1;
  341. HTML::Mason::Exception::Params v1.1;
  342. HTML::Mason::Exception::Syntax v1.1;
  343. HTML::Mason::Exception::System v1.1;
  344. HTML::Mason::Exception::TopLevelNotFound v1.1;
  345. HTML::Mason::Exception::VirtualMethod v1.1;
  346. HTML::Mason::Exceptions v1.43;
  347. HTML::Mason::FakeApache;
  348. HTML::Mason::FakeTable;
  349. HTML::Mason::FakeTableHash;
  350. HTML::Mason::Interp;
  351. HTML::Mason::MethodMaker;
  352. HTML::Mason::Plugin v-1, set by base.pm;
  353. HTML::Mason::Plugin::Context v-1, set by base.pm;
  354. HTML::Mason::Plugin::Context::EndComponent;
  355. HTML::Mason::Plugin::Context::EndRequest;
  356. HTML::Mason::Plugin::Context::StartComponent;
  357. HTML::Mason::Plugin::Context::StartRequest;
  358. HTML::Mason::Request v-1, set by base.pm;
  359. HTML::Mason::Resolver v-1, set by base.pm;
  360. HTML::Mason::Resolver::File;
  361. HTML::Mason::Tools;
  362. HTML::Mason::Utils;
  363. HTML::Parser v3.64;
  364. HTML::PullParser v3.57;
  365. HTML::PullParser::SUPER;
  366. HTML::Tagset v3.20;
  367. HTML::TokeParser v3.57;
  368. HTML::TokeParser::SUPER;
  369. HTTP::Config v5.815;
  370. HTTP::Cookies v5.833;
  371. HTTP::Cookies::Netscape v5.832;
  372. HTTP::Date v5.831;
  373. HTTP::Headers v5.827;
  374. HTTP::Headers::Util v5.817;
  375. HTTP::Message v5.832;
  376. HTTP::Request v5.827;
  377. HTTP::Request::Common v5.824;
  378. HTTP::Request::SUPER;
  379. HTTP::Response v5.824;
  380. HTTP::Response::Encoding v0.05;
  381. HTTP::Response::SUPER;
  382. HTTP::Server::Simple v0.41;
  383. HTTP::Server::Simple::CGI v0.41;
  384. HTTP::Server::Simple::CGI::Environment v0.41;
  385. HTTP::Server::Simple::Recorder v0.02;
  386. HTTP::Status v5.817;
  387. I18N::LangTags v0.35;
  388. I18N::LangTags::Detect v1.03;
  389. integer v1.00;
  390. Internals;
  391. IO v1.22;
  392. IO::Compress::Adapter::Deflate v2.021;
  393. IO::Compress::Base v2.021;
  394. IO::Compress::Base::Common v2.021;
  395. IO::Compress::Base::Parameters;
  396. IO::Compress::Base::Validator;
  397. IO::Compress::Gzip v2.021;
  398. IO::Compress::Gzip::Constants v2.021;
  399. IO::Compress::RawDeflate v2.021;
  400. IO::Compress::Zlib::Extra v2.021;
  401. IO::File v1.13;
  402. IO::Handle v1.25;
  403. IO::Poll;
  404. IO::Seekable v1.1;
  405. IO::Select v1.17;
  406. IO::Socket v1.29;
  407. IO::Socket::INET v1.31;
  408. IO::Socket::INET::SUPER;
  409. IO::Socket::SUPER;
  410. IO::Socket::UNIX v1.23;
  411. IO::Tee v0.64;
  412. IO::Tee::Binmode;
  413. IO::Uncompress::Adapter::Inflate v2.021;
  414. IO::Uncompress::Base v2.021;
  415. IO::Uncompress::Gunzip v2.021;
  416. IO::Uncompress::RawInflate v2.021;
  417. IPC::PubSub v0.29;
  418. IPC::PubSub::Cache v-1, set by base.pm;
  419. IPC::PubSub::Cache::JiftyDBI;
  420. IPC::PubSub::Cache::JiftyDBI::Stash;
  421. IPC::PubSub::Cache::JiftyDBI::Stash::Item;
  422. IPC::PubSub::Cache::JiftyDBI::Stash::Item::SUPER;
  423. IPC::PubSub::Cache::JiftyDBI::Stash::ItemCollection;
  424. IPC::PubSub::Cache::JiftyDBI::Stash::Publisher;
  425. IPC::PubSub::Cache::JiftyDBI::Stash::Publisher::SUPER;
  426. IPC::PubSub::Cache::JiftyDBI::Stash::PublisherCollection;
  427. IPC::PubSub::Cacheable;
  428. IPC::PubSub::Publisher;
  429. IPC::PubSub::Subscriber;
  430. IPC::Run3 v0.040;
  431. is;
  432. isn;
  433. Jifty v0.90701;
  434. Jifty::Action v-1, set by base.pm;
  435. Jifty::Action::Autocomplete;
  436. Jifty::Action::Record v-1, set by base.pm;
  437. Jifty::Action::Record::Create v-1, set by base.pm;
  438. Jifty::Action::Record::Delete v-1, set by base.pm;
  439. Jifty::Action::Record::Execute v-1, set by base.pm;
  440. Jifty::Action::Record::Search v-1, set by base.pm;
  441. Jifty::Action::Record::Update v-1, set by base.pm;
  442. Jifty::Action::Redirect;
  443. Jifty::API;
  444. Jifty::Bootstrap v-1, set by base.pm;
  445. Jifty::CAS;
  446. Jifty::CAS::Blob;
  447. Jifty::ClassLoader;
  448. Jifty::Collection v-1, set by base.pm;
  449. Jifty::Config;
  450. Jifty::Continuation;
  451. Jifty::CurrentUser v-1, set by base.pm;
  452. Jifty::DateTime;
  453. Jifty::DBI::Collection v-1, set by base.pm;
  454. Jifty::DBI::Column v0.01;
  455. Jifty::DBI::Column::SUPER;
  456. Jifty::DBI::Filter v-1, set by base.pm;
  457. Jifty::DBI::Filter::SUPER;
  458. Jifty::DBI::Filter::Truncate;
  459. Jifty::DBI::Handle v0.01;
  460. Jifty::DBI::Handle::SQLite;
  461. Jifty::DBI::Handle::SQLite::SUPER;
  462. Jifty::DBI::HasFilters v-1, set by base.pm;
  463. Jifty::DBI::Record v0.01;
  464. Jifty::DBI::Record::Cachable;
  465. Jifty::DBI::Record::Cachable::SUPER;
  466. Jifty::DBI::Record::SUPER;
  467. Jifty::DBI::Schema;
  468. Jifty::DBI::SchemaGenerator v0.01;
  469. Jifty::DBI::SchemaGenerator::SUPER;
  470. Jifty::Dispatcher v-1, set by base.pm;
  471. Jifty::Everything;
  472. Jifty::Handle v-1, set by base.pm;
  473. Jifty::Handle::SUPER;
  474. Jifty::Handler;
  475. Jifty::I18N;
  476. Jifty::I18N::en;
  477. Jifty::JSON;
  478. Jifty::LetMe;
  479. Jifty::Logger;
  480. Jifty::Model::Metadata;
  481. Jifty::Model::Session;
  482. Jifty::Model::SessionCollection;
  483. Jifty::Module::Pluggable;
  484. Jifty::Object v-1, set by base.pm;
  485. Jifty::Param;
  486. Jifty::Param::Schema;
  487. Jifty::Plugin v-1, set by base.pm;
  488. Jifty::Plugin::AdminUI;
  489. Jifty::Plugin::AdminUI::Bootstrap;
  490. Jifty::Plugin::AdminUI::CurrentUser;
  491. Jifty::Plugin::AdminUI::Dispatcher;
  492. Jifty::Plugin::CompressedCSSandJS;
  493. Jifty::Plugin::CompressedCSSandJS::Bootstrap;
  494. Jifty::Plugin::CompressedCSSandJS::CurrentUser;
  495. Jifty::Plugin::CompressedCSSandJS::Dispatcher;
  496. Jifty::Plugin::CSSQuery;
  497. Jifty::Plugin::CSSQuery::Bootstrap;
  498. Jifty::Plugin::CSSQuery::CurrentUser;
  499. Jifty::Plugin::CSSQuery::Dispatcher;
  500. Jifty::Plugin::ErrorTemplates;
  501. Jifty::Plugin::ErrorTemplates::Bootstrap;
  502. Jifty::Plugin::ErrorTemplates::CurrentUser;
  503. Jifty::Plugin::ErrorTemplates::Dispatcher;
  504. Jifty::Plugin::Halo;
  505. Jifty::Plugin::Halo::Bootstrap;
  506. Jifty::Plugin::Halo::CurrentUser;
  507. Jifty::Plugin::Halo::Dispatcher;
  508. Jifty::Plugin::OnlineDocs;
  509. Jifty::Plugin::OnlineDocs::Bootstrap;
  510. Jifty::Plugin::OnlineDocs::CurrentUser;
  511. Jifty::Plugin::OnlineDocs::Dispatcher;
  512. Jifty::Plugin::Prototypism;
  513. Jifty::Plugin::Prototypism::Bootstrap;
  514. Jifty::Plugin::Prototypism::CurrentUser;
  515. Jifty::Plugin::Prototypism::Dispatcher;
  516. Jifty::Plugin::REST v1.12;
  517. Jifty::Plugin::REST::Bootstrap;
  518. Jifty::Plugin::REST::CurrentUser;
  519. Jifty::Plugin::REST::Dispatcher;
  520. Jifty::Plugin::SkeletonApp;
  521. Jifty::Plugin::SkeletonApp::Bootstrap;
  522. Jifty::Plugin::SkeletonApp::CurrentUser;
  523. Jifty::Plugin::SkeletonApp::Dispatcher;
  524. Jifty::Plugin::SUPER;
  525. Jifty::Plugin::TestServerWarnings;
  526. Jifty::Plugin::TestServerWarnings::Appender;
  527. Jifty::Plugin::TestServerWarnings::Bootstrap;
  528. Jifty::Plugin::TestServerWarnings::CurrentUser;
  529. Jifty::Plugin::TestServerWarnings::Dispatcher;
  530. Jifty::Record v-1, set by base.pm;
  531. Jifty::Record::SUPER;
  532. Jifty::Request;
  533. Jifty::Request::Action;
  534. Jifty::Request::Fragment;
  535. Jifty::Request::Mapper;
  536. Jifty::Request::StateVariable;
  537. Jifty::Response;
  538. Jifty::Result;
  539. Jifty::Schema;
  540. Jifty::Script v-1, set by base.pm;
  541. Jifty::Script::Cron;
  542. Jifty::Script::Playback;
  543. Jifty::Script::Schema;
  544. Jifty::Server;
  545. Jifty::Server::SUPER;
  546. Jifty::Subs;
  547. Jifty::Subs::Render;
  548. Jifty::Test v-1, set by base.pm;
  549. Jifty::Test::Dist;
  550. Jifty::Test::WWW::Mechanize;
  551. Jifty::Test::WWW::Mechanize::SUPER;
  552. Jifty::Util;
  553. Jifty::View v-1, set by base.pm;
  554. Jifty::View::Declare;
  555. Jifty::View::Declare::BaseClass;
  556. Jifty::View::Declare::Handler;
  557. Jifty::View::Declare::Helpers v-1, set by base.pm;
  558. Jifty::View::Mason::Halo;
  559. Jifty::View::Mason::Handler;
  560. Jifty::View::Mason::Request;
  561. Jifty::View::Static::Handler;
  562. Jifty::Web;
  563. Jifty::Web::Form;
  564. Jifty::Web::Form::Clickable;
  565. Jifty::Web::Form::Element v-1, set by base.pm;
  566. Jifty::Web::Form::Field;
  567. Jifty::Web::Form::Field::SUPER;
  568. Jifty::Web::Form::Link;
  569. Jifty::Web::Menu;
  570. Jifty::Web::PageRegion;
  571. Jifty::Web::Session;
  572. Jifty::YAML;
  573. JSON::Syck v0.29;
  574. lib v0.5565;
  575. Lingua::EN::Inflect v1.89;
  576. List::MoreUtils v0.21;
  577. List::MoreUtils_ea;
  578. List::MoreUtils_na;
  579. List::Util v1.21;
  580. Locale::Maketext v1.09;
  581. Locale::Maketext::Guts;
  582. Locale::Maketext::GutsLoader;
  583. Locale::Maketext::Lexicon v0.77;
  584. Locale::Maketext::Lexicon::Gettext v0.17;
  585. Locale::Maketext::Simple v0.18;
  586. Log::Log4perl v1.15;
  587. Log::Log4perl::Appender v-1, set by base.pm;
  588. Log::Log4perl::Appender::Screen;
  589. Log::Log4perl::Appender::String;
  590. Log::Log4perl::Config;
  591. Log::Log4perl::Config::BaseConfigurator;
  592. Log::Log4perl::Config::PropertyConfigurator;
  593. Log::Log4perl::Config::Watch;
  594. Log::Log4perl::DateFormat;
  595. Log::Log4perl::Filter v-1, set by base.pm;
  596. Log::Log4perl::Filter::Boolean;
  597. Log::Log4perl::JavaMap;
  598. Log::Log4perl::Layout v-1, set by base.pm;
  599. Log::Log4perl::Layout::PatternLayout v-1, set by base.pm;
  600. Log::Log4perl::Layout::PatternLayout::Multiline;
  601. Log::Log4perl::Layout::SimpleLayout;
  602. Log::Log4perl::Level;
  603. Log::Log4perl::Logger;
  604. Log::Log4perl::MDC;
  605. Log::Log4perl::NDC;
  606. Log::Log4perl::Util;
  607. LWP v5.833;
  608. LWP::MemberMixin;
  609. LWP::Protocol v5.829;
  610. LWP::Protocol::http;
  611. LWP::Protocol::http::Socket;
  612. LWP::Protocol::http::SocketMethods;
  613. LWP::Simple v5.827;
  614. LWP::UserAgent v5.833;
  615. Math::BigInt::Calc v0.47;
  616. MIME::Type v1.23;
  617. MIME::Types v1.23;
  618. Module::Pluggable v3.8;
  619. Module::Pluggable::Object v3.6;
  620. Module::Versions::Report v1.05;
  621. MultipartBuffer;
  622. Net::HTTP v5.833;
  623. Net::HTTP::Methods v5.833;
  624. Net::HTTP::SUPER;
  625. NEXT v0.60;
  626. NEXT::ACTUAL;
  627. NEXT::ACTUAL::DISTINCT;
  628. NEXT::ACTUAL::UNSEEN;
  629. NEXT::DISTINCT;
  630. NEXT::DISTINCT::ACTUAL;
  631. NEXT::ELSEWHERE;
  632. NEXT::UNSEEN;
  633. NEXT::UNSEEN::ACTUAL;
  634. Object::Declare v0.22;
  635. Object::Declare::Katamari;
  636. overload v1.04;
  637. Params::Util v0.38;
  638. Params::Validate v0.91;
  639. PerlIO v1.04;
  640. PerlIO::encoding v0.09;
  641. PerlIO::Layer;
  642. PerlIO::scalar v0.04;
  643. Pod::InputObjects v1.31;
  644. Pod::InputSource;
  645. Pod::InteriorSequence;
  646. Pod::Paragraph;
  647. Pod::ParseLink v1.06;
  648. Pod::Parser v1.37;
  649. Pod::ParseTree;
  650. Pod::Select v1.36;
  651. Pod::Text v2.21;
  652. Pod::Usage v1.36;
  653. POSIX v1.09;
  654. POSIX::SigAction;
  655. POSIX::SigSet;
  656. POSIX::Termios;
  657. re v0.05;
  658. references;
  659. refers_to;
  660. Regexp;
  661. Scalar::Defer v0.18;
  662. Scalar::Defer::Deferred;
  663. Scalar::Util v1.21;
  664. SelectSaver v1.01;
  665. shouldn;
  666. Socket v1.78;
  667. SQL::ReservedWords v0.7;
  668. SQL::ReservedWords::DB2 v0.7;
  669. SQL::ReservedWords::MySQL v0.7;
  670. SQL::ReservedWords::ODBC v0.7;
  671. SQL::ReservedWords::Oracle v0.7;
  672. SQL::ReservedWords::PostgreSQL v0.7;
  673. SQL::ReservedWords::SQLite v0.7;
  674. SQL::ReservedWords::SQLServer v0.7;
  675. SQL::ReservedWords::Sybase v0.7;
  676. Storable v2.21;
  677. Storable::Cxt;
  678. strict v1.03;
  679. String::BufferStack v1.14;
  680. String::Koremutake v0.30;
  681. Sub::Exporter v0.982;
  682. Sub::Identify v0.03;
  683. Sub::Install v0.924;
  684. SUPER v1.16;
  685. Symbol v1.06;
  686. Sys::Hostname v1.11;
  687. Template::Declare v0.42;
  688. Template::Declare::Buffer;
  689. Template::Declare::Exception v1.1;
  690. Template::Declare::Tag;
  691. Template::Declare::Tags v0.42;
  692. Template::Declare::TagSet v-1, set by base.pm;
  693. Template::Declare::TagSet::HTML;
  694. Test::Builder v0.94;
  695. Test::Builder::Module v0.94;
  696. Test::HTML::Lint v2.02;
  697. Test::HTTP::Server::Simple v0.10;
  698. Test::LongString v0.11;
  699. Test::More v0.94;
  700. Test::WWW::Mechanize v1.24;
  701. Test::WWW::Mechanize::SUPER;
  702. TestApp::Plugin::REST::Action v-1, set by base.pm;
  703. TestApp::Plugin::REST::Action::CreateGroup;
  704. TestApp::Plugin::REST::Action::CreateUser;
  705. TestApp::Plugin::REST::Action::DeleteGroup;
  706. TestApp::Plugin::REST::Action::DeleteUser;
  707. TestApp::Plugin::REST::Action::DoSomething;
  708. TestApp::Plugin::REST::Action::ExecuteGroup;
  709. TestApp::Plugin::REST::Action::ExecuteUser;
  710. TestApp::Plugin::REST::Action::Record::Create v-1, set by base.pm;
  711. TestApp::Plugin::REST::Action::Record::Delete v-1, set by base.pm;
  712. TestApp::Plugin::REST::Action::Record::Execute v-1, set by base.pm;
  713. TestApp::Plugin::REST::Action::Record::Search v-1, set by base.pm;
  714. TestApp::Plugin::REST::Action::Record::Update v-1, set by base.pm;
  715. TestApp::Plugin::REST::Action::SearchGroup;
  716. TestApp::Plugin::REST::Action::SearchUser;
  717. TestApp::Plugin::REST::Action::UpdateGroup;
  718. TestApp::Plugin::REST::Action::UpdateUser;
  719. TestApp::Plugin::REST::Bootstrap;
  720. TestApp::Plugin::REST::Collection v-1, set by base.pm;
  721. TestApp::Plugin::REST::CurrentUser;
  722. TestApp::Plugin::REST::Dispatcher;
  723. TestApp::Plugin::REST::Handle;
  724. TestApp::Plugin::REST::Model::Group;
  725. TestApp::Plugin::REST::Model::GroupCollection;
  726. TestApp::Plugin::REST::Model::User;
  727. TestApp::Plugin::REST::Model::UserCollection;
  728. TestApp::Plugin::REST::Record v-1, set by base.pm;
  729. TestApp::Plugin::REST::View;
  730. Tie::Array v1.03;
  731. Tie::Handle::Mason;
  732. Tie::StdArray;
  733. Time::HiRes v1.86;
  734. Time::Local v1.11;
  735. U64;
  736. UNIVERSAL v1.01;
  737. UNIVERSAL::require v0.11;
  738. URI v1.38;
  739. URI::_generic;
  740. URI::_query;
  741. URI::_server;
  742. URI::_server::SUPER;
  743. URI::Escape v3.29;
  744. URI::file v4.20;
  745. URI::http;
  746. URI::http::SUPER;
  747. User::pwent v1.00;
  748. utf8 v1.06;
  749. vars v1.01;
  750. version v0.76;
  751. version::vxs v0.76;
  752. warnings v1.05;
  753. warnings::register v1.01;
  754. WWW::Mechanize v1.54;
  755. WWW::Mechanize::SUPER;
  756. XML::Parser v2.36;
  757. XML::Parser::ContentModel;
  758. XML::Parser::Encinfo;
  759. XML::Parser::Expat v2.36;
  760. XML::Parser::ExpatNB;
  761. XML::Simple v2.18;
  762. XML::Writer v0.604;
  763. XML::Writer::_String;
  764. XML::Writer::Namespaces;
  765. XML::XPath v1.13;
  766. XML::XPath::Boolean;
  767. XML::XPath::Expr;
  768. XML::XPath::Function;
  769. XML::XPath::Literal;
  770. XML::XPath::LocationPath;
  771. XML::XPath::Node;
  772. XML::XPath::Node::Attribute;
  773. XML::XPath::Node::AttributeImpl;
  774. XML::XPath::Node::Comment;
  775. XML::XPath::Node::CommentImpl;
  776. XML::XPath::Node::Element;
  777. XML::XPath::Node::ElementImpl;
  778. XML::XPath::Node::Namespace;
  779. XML::XPath::Node::NamespaceImpl;
  780. XML::XPath::Node::PI;
  781. XML::XPath::Node::PIImpl;
  782. XML::XPath::Node::Text;
  783. XML::XPath::Node::TextImpl;
  784. XML::XPath::NodeImpl;
  785. XML::XPath::NodeSet;
  786. XML::XPath::Number;
  787. XML::XPath::Parser;
  788. XML::XPath::Root;
  789. XML::XPath::Step;
  790. XML::XPath::Variable;
  791. XML::XPath::XMLParser;
  792. XSLoader v0.06;
  793. YAML v0.68;
  794. YAML::Base v-1, set by base.pm;
  795. YAML::Node;
  796. YAML::Syck v1.05;
  797. YAML::Tag;
  798. yaml_mapping;
  799. yaml_scalar;
  800. yaml_sequence;
  801. Zlib::OldDeflate;
  802. Zlib::OldInflate;
  803. [at Tue Nov 3 15:47:39 2009 (local) / Tue Nov 3 20:47:39 2009 (GMT)]
Add Comment
Please, Sign In to add comment