[Bast-commits] r7646 - / Devel-BeginLift Devel-Declare trunk/DBIx-Class-Tree

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Sat Sep 12 13:25:34 GMT 2009


Author: ribasushi
Date: 2009-09-12 13:25:34 +0000 (Sat, 12 Sep 2009)
New Revision: 7646

Added:
   Devel-BeginLift/MOVED_TO_GIT
   Devel-Declare/MOVED_TO_GIT
Removed:
   trunk/DBIx-Class-Tree/Build.PL
   trunk/DBIx-Class-Tree/Changes
   trunk/DBIx-Class-Tree/MANIFEST
   trunk/DBIx-Class-Tree/MANIFEST.SKIP
   trunk/DBIx-Class-Tree/META.yml
   trunk/DBIx-Class-Tree/Makefile.PL
   trunk/DBIx-Class-Tree/README
   trunk/DBIx-Class-Tree/TODO
   trunk/DBIx-Class-Tree/lib/
   trunk/DBIx-Class-Tree/t/
Modified:
   /
Log:
 r7650 at Thesaurus:  rabbit | 2009-09-12 14:47:26 +0200
 Clarify git migrations



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - 69dad1a0-5264-4847-870f-350ea6293dcb:/local:7649
   + 69dad1a0-5264-4847-870f-350ea6293dcb:/local:7650

Added: Devel-BeginLift/MOVED_TO_GIT
===================================================================
--- Devel-BeginLift/MOVED_TO_GIT	                        (rev 0)
+++ Devel-BeginLift/MOVED_TO_GIT	2009-09-12 13:25:34 UTC (rev 7646)
@@ -0,0 +1,4 @@
+Devel::BeginLift has moved to git:
+
+  http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-BeginLift.git
+  p5sagit at git.shadowcat.co.uk:Devel-BeginLift.git

Added: Devel-Declare/MOVED_TO_GIT
===================================================================
--- Devel-Declare/MOVED_TO_GIT	                        (rev 0)
+++ Devel-Declare/MOVED_TO_GIT	2009-09-12 13:25:34 UTC (rev 7646)
@@ -0,0 +1,4 @@
+Devel::Declare has moved to git:
+
+  http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-Declare.git
+  p5sagit at git.shadowcat.co.uk:Devel-Declare.git

Deleted: trunk/DBIx-Class-Tree/Build.PL
===================================================================
--- trunk/DBIx-Class-Tree/Build.PL	2009-09-12 13:25:26 UTC (rev 7645)
+++ trunk/DBIx-Class-Tree/Build.PL	2009-09-12 13:25:34 UTC (rev 7646)
@@ -1,20 +0,0 @@
-use strict;
-use Module::Build;
-use Module::Build::Compat;
-
-my %arguments = (
-    create_makefile_pl => 'passthrough',
-    license            => 'perl',
-    module_name        => 'DBIx::Class::Tree',
-    requires           => {
-        'DBIx::Class'               => 0.06,
-    },
-    build_requires      => {
-        'DBD::SQLite'               => 1.11,
-    },
-    create_readme      => 1,
-    test_files         => [ glob('t/*.t'), glob('t/*/*.t') ]
-);
-
-Module::Build->new(%arguments)->create_build_script();
-

Deleted: trunk/DBIx-Class-Tree/Changes
===================================================================
--- trunk/DBIx-Class-Tree/Changes	2009-09-12 13:25:26 UTC (rev 7645)
+++ trunk/DBIx-Class-Tree/Changes	2009-09-12 13:25:34 UTC (rev 7646)
@@ -1,24 +0,0 @@
-
-Revision history for DBIx::Class::Tree
-
-
-    - Removed EXPERIMENTAL flags, because after 2 years there'd be bugs
-      if there were any serious problems. (Ian Wells)
-    - Fix borked tests (DBIx-Class 0.081 got rid of the loophole they used)
-      (ribasushi)
-
-0.01000 2006-11-06
-    - Added is_leaf, is_root, and is_branch to AdjacencyList.
-    - Added a validation override for set_primary_key().
-    - Removed the _grouping_clause override method.
-    - Created a TODO document.
-    - attach_child() attach_sibling() now accept more than 
-      one object to attach.
-    - Added tests for Ordered.
-    - Renamed Positional as Ordered.
-    - Added tests for AdjacencyList.
-    - Moved Positional functionality out of AdjacencyList
-      and in to AdjacencyList::Positional.
-    - AdjacencyList module created.
-    - First version.
-

Deleted: trunk/DBIx-Class-Tree/MANIFEST
===================================================================
--- trunk/DBIx-Class-Tree/MANIFEST	2009-09-12 13:25:26 UTC (rev 7645)
+++ trunk/DBIx-Class-Tree/MANIFEST	2009-09-12 13:25:34 UTC (rev 7646)
@@ -1,18 +0,0 @@
-Build.PL
-Changes
-lib/DBIx/Class/Tree.pm
-lib/DBIx/Class/Tree/AdjacencyList.pm
-lib/DBIx/Class/Tree/AdjacencyList/Ordered.pm
-Makefile.PL
-MANIFEST			This list of files
-META.yml
-README
-t/01_pod.t
-t/10_adjacencylist.t
-t/11_adjacencylist_ordered.t
-t/lib/sqlite.sql
-t/lib/TreeTest.pm
-t/lib/TreeTest/Schema.pm
-t/lib/TreeTest/Schema/Node.pm
-t/var/test.db
-TODO

Deleted: trunk/DBIx-Class-Tree/MANIFEST.SKIP
===================================================================
--- trunk/DBIx-Class-Tree/MANIFEST.SKIP	2009-09-12 13:25:26 UTC (rev 7645)
+++ trunk/DBIx-Class-Tree/MANIFEST.SKIP	2009-09-12 13:25:34 UTC (rev 7646)
@@ -1,39 +0,0 @@
-# Avoid version control files.
-\bRCS\b
-\bCVS\b
-,v$
-\B\.svn\b
-\B\.cvsignore$
-
-# Avoid Makemaker generated and utility files.
-\bMakefile$
-\bblib
-\bMakeMaker-\d
-\bpm_to_blib$
-\bblibdirs$
-^MANIFEST\.SKIP$
-
-# Avoid Module::Build generated and utility files.
-\bBuild$
-\bBuild.bat$
-\b_build
-
-# Avoid Devel::Cover generated files
-\bcover_db
-
-# Avoid temp and backup files.
-~$
-\.tmp$
-\.old$
-\.bak$
-\#$
-\.#
-\.rej$
-
-# Avoid OS-specific files/dirs
-#   Mac OSX metadata
-\B\.DS_Store
-#   Mac OSX SMB mount metadata files
-\B\._
-# Avoid archives of this distribution
-\bDBIx-Class-Tree-[\d\.\_]+

Deleted: trunk/DBIx-Class-Tree/META.yml
===================================================================
--- trunk/DBIx-Class-Tree/META.yml	2009-09-12 13:25:26 UTC (rev 7645)
+++ trunk/DBIx-Class-Tree/META.yml	2009-09-12 13:25:34 UTC (rev 7646)
@@ -1,25 +0,0 @@
----
-name: DBIx-Class-Tree
-version: 0.01000
-author:
-  - 'Aran Clary Deltac <bluefeet at cpan.org>'
-abstract: Manipulate and anaylze tree structured data.
-license: perl
-resources:
-  license: http://dev.perl.org/licenses/
-requires:
-  DBIx::Class: 0.06
-build_requires:
-  DBD::SQLite: 1.11
-provides:
-  DBIx::Class::Tree:
-    file: lib/DBIx/Class/Tree.pm
-    version: 0.01000
-  DBIx::Class::Tree::AdjacencyList:
-    file: lib/DBIx/Class/Tree/AdjacencyList.pm
-  DBIx::Class::Tree::AdjacencyList::Ordered:
-    file: lib/DBIx/Class/Tree/AdjacencyList/Ordered.pm
-generated_by: Module::Build version 0.2805
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2

Deleted: trunk/DBIx-Class-Tree/Makefile.PL
===================================================================
--- trunk/DBIx-Class-Tree/Makefile.PL	2009-09-12 13:25:26 UTC (rev 7645)
+++ trunk/DBIx-Class-Tree/Makefile.PL	2009-09-12 13:25:34 UTC (rev 7646)
@@ -1,31 +0,0 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.03
-    
-    unless (eval "use Module::Build::Compat 0.02; 1" ) {
-      print "This module requires Module::Build to install itself.\n";
-      
-      require ExtUtils::MakeMaker;
-      my $yn = ExtUtils::MakeMaker::prompt
-	('  Install Module::Build now from CPAN?', 'y');
-      
-      unless ($yn =~ /^y/i) {
-	die " *** Cannot install without Module::Build.  Exiting ...\n";
-      }
-      
-      require Cwd;
-      require File::Spec;
-      require CPAN;
-      
-      # Save this 'cause CPAN will chdir all over the place.
-      my $cwd = Cwd::cwd();
-      
-      CPAN::Shell->install('Module::Build::Compat');
-      CPAN::Shell->expand("Module", "Module::Build::Compat")->uptodate
-	or die "Couldn't install Module::Build, giving up.\n";
-      
-      chdir $cwd or die "Cannot chdir() back to $cwd: $!";
-    }
-    eval "use Module::Build::Compat 0.02; 1" or die $@;
-    
-    Module::Build::Compat->run_build_pl(args => \@ARGV);
-    require Module::Build;
-    Module::Build::Compat->write_makefile(build_class => 'Module::Build');

Deleted: trunk/DBIx-Class-Tree/README
===================================================================
--- trunk/DBIx-Class-Tree/README	2009-09-12 13:25:26 UTC (rev 7645)
+++ trunk/DBIx-Class-Tree/README	2009-09-12 13:25:34 UTC (rev 7646)
@@ -1,34 +0,0 @@
-NAME
-    DBIx::Class::Tree - Manipulate and anaylze tree structured data.
-
-DESCRIPTION
-    The tree modules provide the tools to represent, modify, and analyze
-    trees of data with DBIx::Class.
-
-COMPONENTS
-    DBIx::Class::Tree::AdjacencyList - Manage a tree of data using the
-    common adjacency list model.
-
-    DBIx::Class::Tree::AdjacencyList::Ordered - Glue DBIx::Class::Ordered
-    and DBIx::Class::Tree::AdjacencyList together.
-
-DAG
-    All tree related modules must conform to have and use the basic
-    traversal methods of a DAG. For the most part this just means that Tree
-    modules must provide the appearance of having multiple parents per node
-    (via a parents() method) but may very well never return more than one
-    parent. All utility modules, such as a Visitor module, should do its
-    best to never assume that a node only has one parent. There are
-    situations where this is not possible - in those cases the module's
-    documentation should clearly state that it is not compatible with DAGs.
-
-    So far there is no Tree::DAG module, but there will be. These
-    requirements are vague, and the requirements of Tree modules to be DAG
-    compatible will become more defined in due course.
-
-AUTHOR
-    Aran Clary Deltac <bluefeet at cpan.org>
-
-LICENSE
-    You may distribute this code under the same terms as Perl itself.
-

Deleted: trunk/DBIx-Class-Tree/TODO
===================================================================
--- trunk/DBIx-Class-Tree/TODO	2009-09-12 13:25:26 UTC (rev 7645)
+++ trunk/DBIx-Class-Tree/TODO	2009-09-12 13:25:34 UTC (rev 7646)
@@ -1,12 +0,0 @@
-
- - Support DAGs.
- - Tree::Visitor
- - Come up with a better name for attach_before and
-   attach_after.
- - Support multiple columns for ordering.
- - Declare both the parent column and the position column
-   in one call.
- - Add an ancestors() and descendants() method with
-   support for resultset cacheing.
- - Not all methods are covered by the tests.
-




More information about the Bast-commits mailing list