projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e946f65
)
Fix name and encoding
Moritz Lenz [Sun, 20 Apr 2014 16:12:29 +0000 (18:12 +0200)]
script/dbicdump
patch
|
blob
|
blame
|
history
diff --git
a/script/dbicdump
b/script/dbicdump
index
f831e0c
..
895a202
100644
(file)
--- a/
script/dbicdump
+++ b/
script/dbicdump
@@
-1,5
+1,7
@@
#!/usr/bin/perl
+=encoding UTF-8
+
=head1 NAME
dbicdump - Dump a schema using DBIx::Class::Schema::Loader
@@
-82,7
+84,7
@@
L<DBIx::Class::Schema::Loader>, L<DBIx::Class>.
=head1 AUTHOR
-Dagfinn Ilmari Manns?ker C<< <ilmari@ilmari.org> >>
+Dagfinn Ilmari Mannsåker C<< <ilmari@ilmari.org> >>
=head1 CONTRIBUTORS