<p>Comments obviously welcome!</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/dbsrgits/sql-translator/pull/111'>https://github.com/dbsrgits/sql-translator/pull/111</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>port to Distar</li>
  <li>generate deps even if no FSDI</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/dbsrgits/sql-translator/pull/111/files#diff-0">.gitignore</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/dbsrgits/sql-translator/pull/111/files#diff-1">.travis.yml</a>
    (10)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/dbsrgits/sql-translator/pull/111/files#diff-2">MANIFEST.SKIP</a>
    (64)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/dbsrgits/sql-translator/pull/111/files#diff-3">Makefile.PL</a>
    (291)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/dbsrgits/sql-translator/pull/111/files#diff-4">maint/Makefile.PL.include</a>
    (121)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/dbsrgits/sql-translator/pull/111.patch'>https://github.com/dbsrgits/sql-translator/pull/111.patch</a></li>
  <li><a href='https://github.com/dbsrgits/sql-translator/pull/111.diff'>https://github.com/dbsrgits/sql-translator/pull/111.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/dbsrgits/sql-translator/pull/111">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AASeAsnVwfpVNMzcDHJnUzIh_K-goLv-ks5uQvKkgaJpZM4V8tYU">mute the thread</a>.<img src="https://github.com/notifications/beacon/AASeAiut0PYhfLgR6-NamObrsfd_JIAZks5uQvKkgaJpZM4V8tYU.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/dbsrgits/sql-translator","title":"dbsrgits/sql-translator","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/dbsrgits/sql-translator"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Port to Distar (#111)"}],"action":{"name":"View Pull Request","url":"https://github.com/dbsrgits/sql-translator/pull/111"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/dbsrgits/sql-translator/pull/111",
"url": "https://github.com/dbsrgits/sql-translator/pull/111",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Port to Distar (#111)",
"sections": [
{
"text": "",
"activityTitle": "**mohawk2**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@mohawk2",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "734651d",
"value": "port to Distar"
},
{
"name": "d2c3e21",
"value": "generate deps even if no FSDI"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Modified",
"value": "[.gitignore](https://github.com/dbsrgits/sql-translator/pull/111/files#diff-0) (3 changes)"
},
{
"name": "Modified",
"value": "[.travis.yml](https://github.com/dbsrgits/sql-translator/pull/111/files#diff-1) (10 changes)"
},
{
"name": "Removed",
"value": "[MANIFEST.SKIP](https://github.com/dbsrgits/sql-translator/pull/111/files#diff-2) (64 changes)"
},
{
"name": "Modified",
"value": "[Makefile.PL](https://github.com/dbsrgits/sql-translator/pull/111/files#diff-3) (291 changes)"
},
{
"name": "Added",
"value": "[maint/Makefile.PL.include](https://github.com/dbsrgits/sql-translator/pull/111/files#diff-4) (121 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"dbsrgits/sql-translator\",\n\"issueId\": 111,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"dbsrgits/sql-translator\",\n\"pullRequestId\": 111\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/dbsrgits/sql-translator/pull/111"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/dbsrgits/sql-translator/pull/111.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/dbsrgits/sql-translator/pull/111.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 368236052\n}"
}
],
"themeColor": "26292E"
}
]</script>