summaryrefslogtreecommitdiff
path: root/open-source-lorries/perl.lorry
blob: abcc5e42b66d361783c56e329c06a5627552bfbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "perl": {
        "type": "git",
        "url": "https://github.com/perl/perl5.git",
        "refspecs": [
            "blead", "compile", "maint-1.0", "maint-5.004",
            "maint-5.005", "maint-5.6", "maint-5.8", "maint-5.10",
            "maint-5.12", "maint-5.14", "maint-5.16", "maint-5.18",
            "maint-5.20", "maint-5.22", "maint-5.24", "maint-5.26",
            "maint-5.28", "maint-5.30", "maint-5.32",
            "refs/tags/*"
        ]
    }
}