Skip to content

Commit c99880c

Browse files
committed
Don't ship MYMETA.* files (RT#87713)
1 parent 51b0099 commit c99880c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Revision history for Perl extension DBIx::Class::Schema::Loader
22

33
- Fix typos in POD and comments (RT#87644)
4+
- Don't ship MYMETA.* files (RT#87713)
45

56
0.07036 2013-07-08
67
- Fix stray comma in Pg on_delete/on_update => CASCADE (RT#84706)

MANIFEST.SKIP

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
\bpm_to_blib$
1515
\bblibdirs$
1616
^MANIFEST\.SKIP$
17+
^MYMETA\.
1718

1819
# Avoid Module::Build generated and utility files.
1920
\bBuild$

0 commit comments

Comments
 (0)