Changeset 8781 for lang/perl/DBIx-Class-Service
- Timestamp:
- 04/03/08 18:48:51 (5 years ago)
- Location:
- lang/perl/DBIx-Class-Service/trunk
- Files:
-
- 4 modified
-
Changes (modified) (1 diff)
-
lib/DBIx/Class/Service.pm (modified) (1 diff)
-
lib/DBIx/Class/ServiceManager.pm (modified) (2 diffs)
-
lib/DBIx/Class/ServiceProxy.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/DBIx-Class-Service/trunk/Changes
r8598 r8781 1 1 Revision history for DBIx-Class-Service 2 2 3 0.01 Date/time4 First version, released on an unsuspecting world.3 0.01 2008-04-01 17:32:02 4 * First version 5 5 6 0.02 2008-04-03 18:46 7 * Fixed error handling. 8 -
lang/perl/DBIx-Class-Service/trunk/lib/DBIx/Class/Service.pm
r8598 r8781 13 13 =head1 VERSION 14 14 15 version 0.0 115 version 0.02 16 16 17 17 =cut 18 18 19 our $VERSION = '0.0 1';19 our $VERSION = '0.02'; 20 20 21 21 =head1 SYNOPSIS -
lang/perl/DBIx-Class-Service/trunk/lib/DBIx/Class/ServiceManager.pm
r8598 r8781 17 17 =head1 VERSION 18 18 19 version 0.0 120 21 =cut 22 23 our $VERSION = '0.0 1';19 version 0.02 20 21 =cut 22 23 our $VERSION = '0.02'; 24 24 25 25 =head1 SYNOPSIS … … 189 189 @ret = $proto->service_class->$method($schema, @args) || (); 190 190 }; 191 if ( $@) {191 if (my $exception = $@) { 192 192 $schema->txn_rollback; 193 croak($ @);193 croak($exception); 194 194 } 195 195 $schema->txn_commit; -
lang/perl/DBIx-Class-Service/trunk/lib/DBIx/Class/ServiceProxy.pm
r8598 r8781 15 15 =head1 VERSION 16 16 17 version 0.0 117 version 0.02 18 18 19 19 =cut 20 20 21 our $VERSION = '0.0 1';21 our $VERSION = '0.02'; 22 22 23 23 =head1 SYNOPSIS
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)