Changeset 8935
- Timestamp:
- 04/05/08 23:09:20 (5 years ago)
- Location:
- lang/perl/DBIx-Class-ProxyTable
- Files:
-
- 4 modified
-
MANIFEST (modified) (2 diffs)
-
META.yml (modified) (2 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/DBIx/Class/ProxyTable.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/DBIx-Class-ProxyTable/MANIFEST
r8926 r8935 15 15 inc/Test/Builder.pm 16 16 inc/Test/Builder/Module.pm 17 inc/Test/Declare.pm 17 18 inc/Test/More.pm 18 19 lib/DBIx/Class/ProxyTable.pm 19 20 lib/DBIx/Class/ProxyTable/AutoCreateTable.pm 21 lib/DBIx/Class/ProxyTable/AutoCreateTable/mysql.pm 20 22 lib/DBIx/Class/ProxyTable/AutoCreateTable/SQLite.pm 21 lib/DBIx/Class/ProxyTable/AutoCreateTable/mysql.pm22 23 LICENSE 23 24 Makefile.PL … … 32 33 t/ProxyTest.pm 33 34 t/ProxyTest/Log.pm 34 -
lang/perl/DBIx-Class-ProxyTable/META.yml
r8926 r8935 7 7 Test::More: 0 8 8 distribution_type: module 9 generated_by: Module::Install version 0.68 9 generated_by: Module::Install version 0.680 10 10 license: perl 11 11 meta-spec: … … 17 17 - inc 18 18 - t 19 version: undef19 version: 0.01 -
lang/perl/DBIx-Class-ProxyTable/Makefile.PL
r8929 r8935 3 3 all_from 'lib/DBIx/Class/ProxyTable.pm'; 4 4 5 use_test_base; 5 6 build_requires 'Test::More'; 6 7 build_requires 'Test::Declare'; -
lang/perl/DBIx-Class-ProxyTable/lib/DBIx/Class/ProxyTable.pm
r3732 r8935 6 6 use UNIVERSAL::require; 7 7 8 our $VERSION = '0.01'; 8 9 use DBIx::Class::ResultSet; 9 10
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)