[Rt-commit] r2206 - in RT-View-Tree: . html/Elements inc/Module lib/RT/View

jesse at bestpractical.com jesse at bestpractical.com
Thu Feb 10 13:55:49 EST 2005


Author: jesse
Date: Thu Feb 10 13:55:47 2005
New Revision: 2206

Removed:
   RT-View-Tree/html/Elements/
Modified:
   RT-View-Tree/   (props changed)
   RT-View-Tree/META.yml
   RT-View-Tree/inc/Module/Install.pm
   RT-View-Tree/lib/RT/View/Tree.pm
Log:
 r2293 at hualien (orig r291):  jesse | 2004-08-29T03:47:15.700968Z
  ----------------------------------------------------------------------
  r8462 at tinbook:  jesse | 2004-08-29T03:45:19.915482Z
  Removing things that shouldn't be here
  
  ----------------------------------------------------------------------
 


Modified: RT-View-Tree/META.yml
==============================================================================
--- RT-View-Tree/META.yml	(original)
+++ RT-View-Tree/META.yml	Thu Feb 10 13:55:47 2005
@@ -1,5 +1,5 @@
 name: RT-View-Tree
-version: 0.5
+version: 0.6
 abstract: RT View-Tree Extension
 license: unknown
 distribution_type: module
@@ -7,4 +7,4 @@
   directory:
     - html
     - inc
-generated_by: Module::Install version 0.33
+generated_by: Module::Install version 0.35

Modified: RT-View-Tree/inc/Module/Install.pm
==============================================================================
--- RT-View-Tree/inc/Module/Install.pm	(original)
+++ RT-View-Tree/inc/Module/Install.pm	Thu Feb 10 13:55:47 2005
@@ -1,9 +1,9 @@
 #line 1 "inc/Module/Install.pm - /opt/perl-5.8.3/lib/site_perl/5.8.3/Module/Install.pm"
 # $File: //depot/cpan/Module-Install/lib/Module/Install.pm $ $Author: autrijus $
-# $Revision: #67 $ $Change: 1885 $ $DateTime: 2004/03/11 05:55:27 $ vim: expandtab shiftwidth=4
+# $Revision: #69 $ $Change: 2301 $ $DateTime: 2004/07/13 07:16:40 $ vim: expandtab shiftwidth=4
 
 package Module::Install;
-$VERSION = '0.33';
+$VERSION = '0.35';
 
 die << "." unless $INC{join('/', inc => split(/::/, __PACKAGE__)).'.pm'};
 Please invoke ${\__PACKAGE__} with:
@@ -22,8 +22,9 @@
 use File::Path ();
 
 @inc::Module::Install::ISA = 'Module::Install';
+*inc::Module::Install::VERSION = *VERSION;
 
-#line 129
+#line 132
 
 sub import {
     my $class = shift;
@@ -46,7 +47,7 @@
     delete $INC{"$self->{path}.pm"};
 }
 
-#line 156
+#line 159
 
 sub autoload {
     my $self = shift;
@@ -66,7 +67,7 @@
     };
 }
 
-#line 181
+#line 184
 
 sub new {
     my ($class, %args) = @_;
@@ -91,7 +92,7 @@
     bless(\%args, $class);
 }
 
-#line 210
+#line 213
 
 sub call {
     my $self   = shift;
@@ -102,7 +103,7 @@
     goto &{$obj->can($method)};
 }
 
-#line 225
+#line 228
 
 sub load {
     my ($self, $method) = @_;
@@ -126,7 +127,7 @@
     $obj;
 }
 
-#line 255
+#line 258
 
 sub load_extensions {
     my ($self, $path, $top_obj) = @_;
@@ -145,7 +146,7 @@
     }
 }
 
-#line 279
+#line 282
 
 sub find_extensions {
     my ($self, $path) = @_;
@@ -168,4 +169,4 @@
 
 __END__
 
-#line 614
+#line 620

Modified: RT-View-Tree/lib/RT/View/Tree.pm
==============================================================================
--- RT-View-Tree/lib/RT/View/Tree.pm	(original)
+++ RT-View-Tree/lib/RT/View/Tree.pm	Thu Feb 10 13:55:47 2005
@@ -1,6 +1,6 @@
 
 package RT::View::Tree;
 
-our $VERSION = '0.5';
+our $VERSION = '0.6';
 
 1;


More information about the Rt-commit mailing list