[svn:p5ee] r3651 - in p5ee/trunk/App-Widget-JSApp: . t

[email protected]
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
Author: spadkins
Date: Thu Mar  9 20:02:08 2006
New Revision: 3651

Added:
   p5ee/trunk/App-Widget-JSApp/t/
   p5ee/trunk/App-Widget-JSApp/t/main.t   (contents, props changed)
Modified:
   p5ee/trunk/App-Widget-JSApp/CHANGES
   p5ee/trunk/App-Widget-JSApp/MANIFEST
   p5ee/trunk/App-Widget-JSApp/Makefile.PL

Log:
freeze for 0.50

Modified: p5ee/trunk/App-Widget-JSApp/CHANGES
==============================================================================
--- p5ee/trunk/App-Widget-JSApp/CHANGES	(original)
+++ p5ee/trunk/App-Widget-JSApp/CHANGES	Thu Mar  9 20:02:08 2006
@@ -2,6 +2,6 @@
 # CHANGE LOG
 #########################################
 
-VERSION 0.10
+VERSION 0.50
  x Initial release
 

Modified: p5ee/trunk/App-Widget-JSApp/MANIFEST
==============================================================================
--- p5ee/trunk/App-Widget-JSApp/MANIFEST	(original)
+++ p5ee/trunk/App-Widget-JSApp/MANIFEST	Thu Mar  9 20:02:08 2006
@@ -1,8 +1,11 @@
 CHANGES
+lib/App/Widget/JSApp.pm
+lib/App/Widget/JSApp/Date.pm
+lib/App/Widget/JSApp/DualSelectWidget.pm
+lib/App/Widget/JSApp/TabbedAppFrame.pm
 Makefile.PL
 MANIFEST
+META.yml			Module meta-data (added by MakeMaker)
 README
+t/main.t
 TODO
-lib/App/Widget/JSApp.pm
-lib/App/Widget/JSApp/DualSelectWidget.pm
-META.yml                                 Module meta-data (added by MakeMaker)

Modified: p5ee/trunk/App-Widget-JSApp/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Widget-JSApp/Makefile.PL	(original)
+++ p5ee/trunk/App-Widget-JSApp/Makefile.PL	Thu Mar  9 20:02:08 2006
@@ -10,7 +10,7 @@
 %opts = (
     'NAME'        => 'App-Widget-JSApp',
     'DISTNAME'    => 'App-Widget-JSApp',
-    'VERSION'     => '0.10',
+    'VERSION'     => '0.50',
     'PREREQ_PM'   => {
                        'App::Widget'              => 0,
                      },

Added: p5ee/trunk/App-Widget-JSApp/t/main.t
==============================================================================
--- (empty file)
+++ p5ee/trunk/App-Widget-JSApp/t/main.t	Thu Mar  9 20:02:08 2006
@@ -0,0 +1,11 @@
+#!/usr/local/bin/perl -w
+
+use Test::More qw(no_plan);
+use lib "lib";
+use lib "../lib";
+
+use strict;
+
+ok(1, "no tests");
+exit(0);
+
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.