We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b0099 commit c99880cCopy full SHA for c99880c
Changes
@@ -1,6 +1,7 @@
1
Revision history for Perl extension DBIx::Class::Schema::Loader
2
3
- Fix typos in POD and comments (RT#87644)
4
+ - Don't ship MYMETA.* files (RT#87713)
5
6
0.07036 2013-07-08
7
- Fix stray comma in Pg on_delete/on_update => CASCADE (RT#84706)
MANIFEST.SKIP
@@ -14,6 +14,7 @@
14
\bpm_to_blib$
15
\bblibdirs$
16
^MANIFEST\.SKIP$
17
+^MYMETA\.
18
19
# Avoid Module::Build generated and utility files.
20
\bBuild$
0 commit comments