Tuesday, October 01, 2019

Expert speakers confirmed for HSE's Innovation in Battery Technology event

Training and Events eBulletin

Are you having trouble viewing this email? View the content as a web page.

HSE T&E
HSE's Innovation in Battery Technology event

.

HSE Battery Event Timetable

Our Speaker Programme is available now!


The UK's new industrial strategy needs to be powered by clean energy and demand is growing for batteries for electrification.

Millions of pounds are being invested in research, innovation and  facilities to advance the production, use and recycling of batteries.

But new technologies introduce new health and safety challenges.

HSE is responding to these challenges by hosting:
 

Innovation in Battery Technology -
Safely Enabling the Industrial Strategy

 London, 14 November 2019

 

We are now proud to announce our programme of keynote speakers.


Representing government and industry our expert speakers will give you the latest thinking on battery innovation, explore the key challenges and explain how they are preparing to meet them.

Download the speaker list 

Get more information about the event and book your place.



Event sponsorship opportunities

We have various sponsorship and exhibition opportunities available to suit organisations of different sizes and budgets.

HSE events provide an excellent networking opportunity and can offer you a targeted platform to raise your organisation's profile and promote products and services to industry decision-makers.

View our sponsorship offers and contact Samantha Derbyshire on hsetraining@hse.gov.uk to discuss further and secure your position.

*

*

* GovUK logo

Subscriber services:

Manage Preferences | Unsubscribe | Disclaimer
Email was sent to bobbysellars573.spamhere@blogger.com

www.hse.gov.uk

Health and Safety Executive - 5N1 Redgrave Court, Merton Road, Bootle, Merseyside L20 7HS

[Update] textproc/p5-String-ToIdentifier-EN : Update to 0.12

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-String-ToIdentifier-EN/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile 12 Jul 2019 20:50:06 -0000 1.6
+++ Makefile 1 Oct 2019 07:10:48 -0000
@@ -1,8 +1,7 @@
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:50:06 sthen Exp $

COMMENT = convert strings to english program identifiers
-DISTNAME = String-ToIdentifier-EN-0.11
-REVISION = 0
+DISTNAME = String-ToIdentifier-EN-0.12
CATEGORIES = textproc

MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
@@ -13,6 +12,7 @@ PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
CONFIGURE_ARGS = --skipdeps
+MAKE_ENV = TEST_POD=yes AUTHOR_TESTING=yes

RUN_DEPENDS = devel/p5-namespace-clean \
textproc/p5-Lingua-EN-Inflect-Phrase \
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/p5-String-ToIdentifier-EN/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 16 Mar 2014 21:57:04 -0000 1.2
+++ distinfo 1 Oct 2019 07:10:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (String-ToIdentifier-EN-0.11.tar.gz) = 0BaNoJ2CyfFVctzoSUwpP/S4x9NFZrvVkKfP+SZ8XK0=
-SIZE (String-ToIdentifier-EN-0.11.tar.gz) = 19204
+SHA256 (String-ToIdentifier-EN-0.12.tar.gz) = OvuEIykwuaxbGto4PI3VkHrk4jrsWrsBb3D56AU83Io=
+SIZE (String-ToIdentifier-EN-0.12.tar.gz) = 18777
Hi,

Here is a patch for textproc/p5-String-ToIdentifier-EN :
i) Update to 0.12
ii) Add TEST_POD=yes and AUTHOR_TESTING=yes to MAKE_ENV

It build well and passed all tests on amd64-head system.

One port depends on it :databases/p5-DBIx-Class-Schema-Loader.
It build well and pass all tests with this patch.

Comments? OK?
wen