Skip to content
Snippets Groups Projects
Commit a841691f authored by Nicolas R's avatar Nicolas R Committed by Yadd
Browse files

Update MANIFEST for Perl distributions

This is adding a MANIFEST.SKIP to avoid adding cruft
to MANIFEST files and updating all MANIFEST.

This is fixing an issue in lemonldap-ng-manager which
is using some unpublished file like:
    Api/Providers/CasApp.pm
parent ad4ba329
No related branches found
No related tags found
No related merge requests found
......@@ -23,4 +23,5 @@ lemonldap-ng-portal/MYMETA.yml
lemonldap-ng-portal/Makefile
lemonldap-ng-portal/blib/
lemonldap-ng-portal/pm_to_blib
lemonldap-ng-*/MANIFEST.bak
node_modules
......@@ -69,6 +69,7 @@ lib/Lemonldap/NG/Common/UserAgent.pm
lib/Lemonldap/NG/Common/Util.pm
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
META.json
META.yml
README
......
^blib
^\.bowerrc
cpanfile
^.git/.*
^.github/
^.gitignore
^Makefile$
^MANIFEST.bak
^MYMETA.*
^.*\.o
^.perltidyrc
^pm_to_blib
^\.prove
^\.proverc
......@@ -59,6 +59,7 @@ lib/Lemonldap/NG/Handler/Server/ZimbraPreAuth.pm
lib/Plack/Middleware/Auth/LemonldapNG.pm
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
META.json
META.yml
README
......
^blib
^\.bowerrc
cpanfile
^.git/.*
^.github/
^.gitignore
^Makefile$
^MANIFEST.bak
^MYMETA.*
^.*\.o
^.perltidyrc
^pm_to_blib
^\.prove
^\.proverc
.bowerrc
bower.json
Changes
eg/manager.cgi
......@@ -35,6 +34,7 @@ lib/Lemonldap/NG/Manager/Sessions.pm
lib/Lemonldap/NG/Manager/Viewer.pm
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
META.json
META.yml
README
......
^blib
^\.bowerrc
cpanfile
^.git/.*
^.github/
^.gitignore
^Makefile$
^MANIFEST.bak
^MYMETA.*
^.*\.o
^.perltidyrc
^pm_to_blib
^\.prove
^\.proverc
.bowerrc
bower.json
Changes
eg/index.cgi
......@@ -152,6 +151,7 @@ lib/Lemonldap/NG/Portal/UserDB/Slave.pm
lib/Lemonldap/NG/Portal/UserDB/WebID.pm
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
META.json
META.yml
README
......@@ -220,7 +220,6 @@ site/htdocs/static/bwr/font-awesome/fonts/fontawesome-webfont.svg
site/htdocs/static/bwr/font-awesome/fonts/fontawesome-webfont.ttf
site/htdocs/static/bwr/font-awesome/fonts/fontawesome-webfont.woff
site/htdocs/static/bwr/font-awesome/fonts/fontawesome-webfont.woff2
site/htdocs/static/bwr/font-awesome/fonts/FontAwesome.otf
site/htdocs/static/bwr/jquery-ui/jquery-ui.js
site/htdocs/static/bwr/jquery-ui/jquery-ui.min.js
site/htdocs/static/bwr/jquery-ui/jquery-ui.min.js.map
......
^blib
^\.bowerrc
cpanfile
^.git/.*
^.github/
^.gitignore
^Makefile$
^MANIFEST.bak
^MYMETA.*
^.*\.o
^.perltidyrc
^pm_to_blib
^\.prove
^\.proverc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment