Changeset 9419
- Timestamp:
- 04/14/08 14:42:32 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Catalyst-Helper-Schema-Dumper/trunk/lib/Catalyst/Helper/Schema/Dumper.pm
r6277 r9419 103 103 ); 104 104 105 # cleanup 106 for my $file ($libdir->children( all => 1 )) { 107 next unless -f $file; 108 109 my $text = $file->slurp; 110 $text =~ s/# Created by DBIx::Class::Schema::Loader v[\d\.]+ @ \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}.*?package/package/s; 111 $text =~ s/(\r?\n1;\r?\n).*$/$1/s; 112 113 my $fh = $file->openw; 114 print $fh $text; 115 $fh->close; 116 } 117 105 118 1;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)