Cleanup and add basic docs for PK::Auto::DB2
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / PK / Auto / MSSQL.pm
index 4619998..a3c4329 100644 (file)
@@ -17,13 +17,13 @@ sub last_insert_id {
 \r
 =head1 NAME \r
 \r
-DBIx::Class::PK::Auto::MSSQL - Automatic Primary Key class for MSSQL\r
+DBIx::Class::PK::Auto::MSSQL - Automatic primary key class for MSSQL\r
 \r
 =head1 SYNOPSIS\r
 \r
-    # In your table classes\r
-    __PACKAGE__->load_components(qw/PK::Auto::MSSQL Core/);\r
-    __PACKAGE__->set_primary_key('id');\r
+  # In your table classes\r
+  __PACKAGE__->load_components(qw/PK::Auto::MSSQL Core/);\r
+  __PACKAGE__->set_primary_key('id');\r
 \r
 =head1 DESCRIPTION\r
 \r