summaryrefslogtreecommitdiff
path: root/open-source-lorries/perl.lorry
blob: 1d5c784a96cb0cf7c5ae53525f1b553cc0f474be (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", "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/*"
        ]
    }
}