Skip to content

Commit

Permalink
Hopefully this will make deploy install the upgrade file
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMightyBuzzard committed Sep 18, 2015
1 parent 7be612d commit 69dafb1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugins/Messages/Upgrade/Makefile.PL
@@ -0,0 +1,10 @@
use ExtUtils::MakeMaker;
use DBIx::Password;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'Slash::Messages::Upgrade::MySQL',
'PM' => {
'Mysql.pm' => '$(INST_LIBDIR)/Messages/Upgrade/MySQL.pm',
},
);

0 comments on commit 69dafb1

Please sign in to comment.