[Catalyst-commits] r7275 - in trunk/examples/ExtJS: . root/src

peterdragon at dev.catalyst.perl.org peterdragon at dev.catalyst.perl.org
Wed Dec 12 00:27:35 GMT 2007


Author: peterdragon
Date: 2007-12-12 00:27:35 +0000 (Wed, 12 Dec 2007)
New Revision: 7275

Modified:
   trunk/examples/ExtJS/Makefile.PL
   trunk/examples/ExtJS/root/src/hello.tt2
Log:
Pick up a couple of ExtJS sample app tweaks



Modified: trunk/examples/ExtJS/Makefile.PL
===================================================================
--- trunk/examples/ExtJS/Makefile.PL	2007-12-12 00:24:53 UTC (rev 7274)
+++ trunk/examples/ExtJS/Makefile.PL	2007-12-12 00:27:35 UTC (rev 7275)
@@ -12,7 +12,6 @@
 requires 'Catalyst::Plugin::ConfigLoader::Multi';
 requires 'Config::Any::Perl';
 requires 'YAML';
-requires 'Test::More';
 catalyst;
 
 install_script glob('script/*.pl');

Modified: trunk/examples/ExtJS/root/src/hello.tt2
===================================================================
--- trunk/examples/ExtJS/root/src/hello.tt2	2007-12-12 00:24:53 UTC (rev 7274)
+++ trunk/examples/ExtJS/root/src/hello.tt2	2007-12-12 00:27:35 UTC (rev 7275)
@@ -37,5 +37,5 @@
    also viewable online at
    <a href="http://extjs.com/deploy/ext/examples/menu/menus.html">http://extjs.com/deploy/ext/examples/menu/menus.html</a>.
    <br /><br />
-   Next try clicking the "Booking" menu link.
+   Next try clicking the "Booking" menu links.
 </p>




More information about the Catalyst-commits mailing list